On Mon, Jan 25, 2010 at 8:03 PM, brad anderson <solrinter...@gmail.com> wrote:
> I'm trying to create a faster index generator for testing purposes. Using
> lucene has helped immensely to increase indexing speed.

Have you tried using other indexing methods such as CSV or
StreamingUpdateSolrServer?
If there are any performance issues, fixing it once and letting
everyone enjoy the benefits is preferable than having everyone write
their own indexing code.

[...]
> Does anyone
> know how to correctly index a TrieDateField using Lucene API's?

Check the code for TrieDateField.createField().  The stored value is a
binary long.

-Yonik
http://www.lucidimagination.com

Reply via email to