Re: Some questions about StandardTokenizer and UNICODE Regular Expressions

2016-06-16 Thread Steve Rowe
Hi dr, Unicode’s character property model is described here: . Wikipedia has a description of Unicode character properties: JFlex allows you to refer to the set of characters that have a given Unicode

Re: Some questions...

2007-10-01 Thread Karl Wettin
1 okt 2007 kl. 14.41 skrev sandeep chawla: 2- Is there a way I can get the term.docFrq() for a particular set of documents.. Using TermDocs or the TermFreqVector. -- karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Some questions on transactions

2007-09-12 Thread Michael McCandless
"Simon Wistow" <[EMAIL PROTECTED]> wrote: > I'm looking at doing a system which is looks something like this - I > have an IndexSearcher open with a on-disk index but all writes go to a > RAM based IndexWriter. Periodically I do > > 1. Close IndexSearcher > 2. Open new IndexWriter i