Hi Balazs,

maybe the names aren't that great... but EXACT means that it indexes your
data as it is without chopping it up, whereas FULLTEXT chops up the data
into words and indexes every word separately.

Both support wildcards, as lucene supports wildcards for both those modes.

2010/8/27 Balazs E. Pataki <pat...@dsd.sztaki.hu>

> Hi,
>
> could someone please explain me when to use EXACT_CONFIG and when
> FULLTEXT_CONFIG when using the nodeIndex() of the LuceneIndexProvider?
>
> It seems to me that one cannot execute wildcard searches in
> FULLTEXT_CONFIG mode, it only works when EXACT_CONFIG is used. But what
> is actually "exact" then about this config.
>
> Thanks for any hints in advance!
> ---
> balazs
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to