Invalid Date String for highlighting any date field match

2011-08-15 Thread baronDodd
I must be missing something.. It appears to me with solr 3.2 and 3.3 if you highlight on a date field (e.g by searching on *:*) the application blows up with: ERROR org.apache.solr.core.SolrCore - org.apache.solr.common.SolrException: Invalid Date String:'1306406051000' at org.apache.solr

Re: A rant about field collapsing

2011-08-05 Thread baronDodd
Actually I retract last comment - the patch on SOLR-2066 looks like it could work after all...it gets further but then dies in the HighlightComponent.. -- View this message in context: http://lucene.472066.n3.nabble.com/A-rant-about-field-collapsing-tp3222798p3229194.html Sent from the Solr -

Re: A rant about field collapsing

2011-08-05 Thread baronDodd
Sorry - should have read the manual: "Distributed search support for result grouping has not yet been implemented." I wonder if this is planned for any time soon? https://issues.apache.org/jira/browse/SOLR-2066 looks like it was more field collapsing based than grouping? -- View this message i

Re: A rant about field collapsing

2011-08-05 Thread baronDodd
Many thanks. I took your changes for the following commits: SOLR-2642 SOLR-2637 SOLR-2523 I have gone withhout the group.main option as on hindsight it is quite useful to use the GroupCommand and Group objects with the results - especially group.ngroups has optimized our code where we used to pe

Re: A rant about field collapsing

2011-08-04 Thread baronDodd
Ok thank you very much for clearing that up a little. I think another reason I was confused was that the wiki page for grouping was based around the original field collapsing plan at the time which led me to the jira and hence the patch files, rant over! Perhaps you can help to clarify if the curr

A rant about field collapsing

2011-08-03 Thread baronDodd
I am working on an implementation of search within our application using solr. About 2 months ago we had the need to group results by a certain field. After some searching I came across the JIRA in progress for this - field collapsing: https://issues.apache.org/jira/browse/SOLR-236 It was schedul