On Mon, Jan 3, 2011 at 10:16 AM, Grant Ingersoll <gsing...@apache.org> wrote:
> There is also the MemoryIndex, which is in contrib and is designed for one 
> document at a time.  That being said, basic grep/regex is probably fast 
> enough.
>

In cases where you are doing a 'find' in a document similar to what a
wordprocessor would do (especially if you want to iterate
forwards/backwards through matches etc), you might want to consider
something like 
http://icu-project.org/apiref/icu4j/com/ibm/icu/text/StringSearch.html

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to