dubito, ergo cogito, ergo sum..."I doubt, therefore I think, therefore I am" -Descartes "If there's any doubt, there is no doubt." -- "Sam" (Robert DeNiro) from "Ronin." "Question Everything." --…
Find What You Seek
dubito, ergo cogito, ergo sum..."I doubt, therefore I think, therefore I am" -Descartes "If there's any doubt, there is no doubt." -- "Sam" (Robert DeNiro) from "Ronin." "Question Everything." --…
There are many ways you can make an asynchronous request in a JavaScript stage. Using the Apache HTTP Client Using the native Java URL or URI classes Using the native…
One of the most useful features of Nashorn JavaScript in Lucidworks Fusion is the ability to access Java objects within the context of your JavaScript stage. Often times, you'll want…
REST... easy! There are times you just need to reach outside the box and do something. Sometimes that something would be launching a process, or perhaps making an alternate query,…
I have been writing JavaScript for enterprise applications for more than 20 years. From that statement, it's easy to discern that I've been a JavaScript advocate for a long, long…
While Fusion comes with built-in Jsoup selector functionality, it is limited in its extraction capability. If you want to do something like extract attribute values -- in particular attribute values…
When we last left our rogue query pipeline in Pt II, we had made our Solr query and had tucked the response into a JSON object. This call was made…
In our prior discussion, I showed you how to override the query pipeline in Fusion. So what do we do now? Most often times, the reason people want to override…
One of the most common questions I come across when discussing a query pipeline solution would have to be this: "How do I alter or transform the final result set?"…