[Neo4j] Use of LuceneFulltextIndexBatchInserter
Peter Neubauer
peter.neubauer at neotechnology.com
Fri Aug 13 08:27:53 CEST 2010
Glad you solved it!
Btw, is the site now officially online?
Cheers,
/peter neubauer
COO and Sales, Neo Technology
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
On Fri, Aug 13, 2010 at 4:38 AM, Paddy <paddyfitz at gmail.com> wrote:
> Hi,
> so I just needed to use :) :
> LuceneFulltextIndexBatchInserter index = new
> LuceneFulltextIndexBatchInserter( inserter );
> Good batch insert example @
> https://svn.neo4j.org/components/index/trunk/src/test/java/org/neo4j/index/lucene/TestBatchInsert.java
>
> Paddy
>
> On Wed, Aug 11, 2010 at 8:47 PM, Paddy <paddyfitz at gmail.com> wrote:
>
>> Hi,
>> I would like to use the LuceneFulltextIndexBatchInserter instead of
>> the LuceneIndexBatchInserter to allow fulltext lucene indexing.
>> How can I initialize the LuceneFulltextIndexBatchInserter ?
>> the example on http://wiki.neo4j.org/content/Batch_Insert gives an example
>> for the LuceneIndexBatchInserter but not
>> for LuceneFulltextIndexBatchInserter
>>
>> LuceneIndexBatchInserter indexService = new LuceneIndexBatchInserterImpl(
>> inserter );
>>
>> thanks
>> Paddy
>>
> _______________________________________________
> Neo4j mailing list
> User at lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
More information about the User
mailing list