Hi Chris,
Thank you for taking the time to write the detailed response. Very helpful.
Dealing with interesting formats in the source data and trying to evaluate
various options for our business needs. The second scenario you described
(where some values in the date field are just the year) will e
Hello,
Example csv doc has column 'just_the_year' and value '2010':
With the Schema API I can tell the indexing process to treat 'just_the_year'
as a date field.
I know that I can update the solrconfig.xml to correctly parse formats such
as MM/dd/ (which is awesome) but has anyone tried t
Perfect, thank you for the information -- will have a look through those
classes.
Thank you,
Levan
--
View this message in context:
http://lucene.472066.n3.nabble.com/5-1-unique-facet-function-calcDistinct-tp4200110p4200535.html
Sent from the Solr - User mailing list archive at Nabble.com.
I've posted the issue here, please let me know if any additional information
needs to be provided.
https://issues.apache.org/jira/browse/SOLR-7417
Happy to provide the feedback, using the sub-facets has been a lot of fun,
the nested facet query is especially useful.
--
View this message in co
Hello,
We are looking at a couple of options for using solr to dynamically calulate
unique values per field. In testing out Solr 5.1, I've been using the
unique() facet function:
http://yonik.com/solr-facet-functions/
Overall, loving the JSON Facet API, especially the sub-faceting thus far.
H