Add more search options for filtering facets.
---------------------------------------------
Key: SOLR-1387
URL: https://issues.apache.org/jira/browse/SOLR-1387
Project: Solr
Issue Type: New Feature
Components: search
Affects Versions: 1.4
Reporter: Anil Khadka
Currently for filtering the facets, we have to use prefix (which use
String.startsWith() in java).
We can add some parameters like
* facet.iPrefix : this would act like case-insensitive search. (or --->
facet.prefix=a&facet.caseinsense=on)
* facet.regex : this is pure regular expression search (which obviously would
be expensive if issued).
Moreover, allowing multiple filtering for same field would be great like
facet.prefix=a OR facet.prefix=A ... sth like this.
All above concepts could be equally applicable to TermsComponent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.