Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2012-01-06 Thread David Smiley (@MITRE.org)
se-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Pattern-Is-there-a-method-of-resolving-multivalued-date-ranges-into-a-single-document-tp3053882p3638031.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-09-05 Thread federico.wachs
Nobody? I don't have problem with the hours but I do have the same situation with dates where a document could be in many date ranges. Any suggestion? Please ! -- View this message in context: http://lucene.472066.n3.nabble.com/Pattern-Is-there-a-method-of-resolving-multivalued-date-ranges

Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-09-03 Thread federico.wachs
I'm looking to implement something similar. Has anybody worked something out to work around this issue? Any guidance is greatly appreciated! Regards, Federico -- View this message in context: http://lucene.472066.n3.nabble.com/Pattern-Is-there-a-method-of-resolving-multivalued-date-r

Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-06-11 Thread David Smiley (@MITRE.org)
180 TO +180 range. I hope to add better support for this problem to Solr by the end of the year. Good luck. ~ David Smiley - Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Pattern-Is-there-a

Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-06-11 Thread Michael Sokolov
Juidoo - there's no field wildcarding in Solr as your example shows. You might want to consider building a document for each movie time that includes all the information you need to search on: times, movie name, and other details. Otherwise you need a join operation to search across related d

Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-06-11 Thread Judioo
Hi All, Question on best methods again :) I have the following type of document. Tron . where theater identifies the place where the film is showing. Each theater is stored in another document. I want to store the timings in the same document as the film details.