Has anyone use solis search for faceted search. Please provide me some details for this. I found this package https://our.umbraco.org/projects/website-utilities/solis-search/
1. Is it free?
2. How can i use this for different category as facet.
3. Any working example
4. Can i perform without using apache.
Thanks
Manish
I am working on a project where we considered Solis for the explicit purpose of performing a faceted search. With basic facets (i.e., single words) it seems like a good product, but not free. Also, our Facets were imported from Oracle UCM and were | delimited, which ruled out Solis.
However, we were able to easily pull off the same functionality with out-of-the-box examine and without much processing overhead.
In most cases, your facet is listed on the result as a custom property, so you:
Get the results
Loop through the results and create a unique list of the facet property
Use that list to construct your facet list in your UI
Once you have the list, you can easily create a condition to add a .Field or .GroupedOr to the Examine criteria that will query based on that facet value passed through the URL. (ex: /?term=searchTerm&facet=myFacet)
solis faceted search
Hi
Has anyone use solis search for faceted search. Please provide me some details for this. I found this package https://our.umbraco.org/projects/website-utilities/solis-search/ 1. Is it free? 2. How can i use this for different category as facet. 3. Any working example 4. Can i perform without using apache. Thanks Manish
I am working on a project where we considered Solis for the explicit purpose of performing a faceted search. With basic facets (i.e., single words) it seems like a good product, but not free. Also, our Facets were imported from Oracle UCM and were | delimited, which ruled out Solis.
However, we were able to easily pull off the same functionality with out-of-the-box examine and without much processing overhead.
In most cases, your facet is listed on the result as a custom property, so you:
Once you have the list, you can easily create a condition to add a .Field or .GroupedOr to the Examine criteria that will query based on that facet value passed through the URL. (ex: /?term=searchTerm&facet=myFacet)
Jason Thanks for answering.
I am new to this so can you please guide me more from ABC on this.
Many thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.