The PathHierarchyTokenizerFactory is intended for file path therefore
assumes that all documents should be indexed with all of the paths to the
parent folders but you are trying to use it for a taxonomy so you can't
simply use the PathHierarchyTokenizerFactory. Use the analysis page (
http://loc
be to use simple keys that your front end then
uses to "translate" into what it displays to the user (ie: "curr_week",
"curr_month", "curr_year", "last_year", "old") or just have your front end
app "parse" the date math expressi
Hi,
We have a requirement to facet on a field with a date value so that the
following buckets are shown:
a) Last Week
b) Last Month
c) Last Year
d) 2012
e) 2011 or earlier
Of course, as 2013 rolls in, then the labels for the last two buckets
should change to “
Hi all,
*Question*
Is there a way to get the analyzed or parsedquery terms for a given search?
Preferably along with the search results
*What are we looking for?*
Something that would tell us what are the actual terms searched by Solr
after all tokenization, analysis and filtering have been appl