Hi, I am exploring the faceted search results of Solr. My query is like this.
http://localhost:8983/solr/select?q=*:*&facet=true&facet.field=text&facet.limit=500&facet.prefix=wick If I don't use the prefix, I get back totals for words like 1,a,of,2,3,4. 1 letter/number occurrences in my documents. Its not really useful since all the documents have some free floating single-digit numbers. Is there a way to restrict the word frequency results for a facet based on the length so I can set it to > 3 or is there a better way? thanks, Darren