Re: Date ranges for indexes constructed outside Solr

2009-11-29 Thread Chris Hostetter
: I'm working on an application that will build indexes directly using the : Lucene API, but will expose them to clients using Solr. I'm seeing I would suggest that you use SOlr in "embedded" mode to build your indexes -- that way you can insure schema compatibility of the index generated with

Date ranges for indexes constructed outside Solr

2009-11-25 Thread Phil Hagelberg
I'm working on an application that will build indexes directly using the Lucene API, but will expose them to clients using Solr. I'm seeing plenty of documentation on how to support date range fields in Solr, but they all assume that you are inserting documents through Solr rather than merging alr