Re: hierarchical faceting?

2012-04-18 Thread Charlie Maroto
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

Re: Using DateMath in Facet Label

2012-04-10 Thread Charlie Maroto
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

Using DateMath in Facet Label

2012-03-26 Thread Charlie Maroto
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 “

Solr Analyzed or "parsedquery" Terms

2012-02-26 Thread Charlie Maroto
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