Issues with escaping special characters

2009-05-14 Thread Ari Miller
Say I have a book title, literally: (Parenth+eses How would I do a search to find exactly that book title, given the presence of the ( and + ? QueryParser.escape isn't working. I would expect to be able to search for (Parenth+eses [exact match] or (Parenth+e [partial match] I can use QueryPars

Re: Issues with escaping special characters

2009-05-14 Thread Ari Miller
gram tokenizer does with your special characters, but you > could pretty easily create your own analyzer that spits out, say, 2-(or > whatever) > grams and use that to index and search, possibly using a second field(s) > for > the data you wanted to treat this way... > > HTH &g

CorruptIndexException workaround in 2.3-SNAPSHOT? (Attn: Michael McCandless)

2008-09-25 Thread Ari Miller
According to https://issues.apache.org/jira/browse/LUCENE-1282?focusedCommentId=12596949#action_12596949 (Sun hotspot compiler bug in 1.6.0_04/05 affects Lucene), a workaround for the bug which causes the CorruptIndexException was put in to the 2.3 branch and 2.4. However, we are still experiencin

Re: CorruptIndexException workaround in 2.3-SNAPSHOT? (Attn: Michael McCandless)

2008-09-26 Thread Ari Miller
2008 at 3:30 AM, Michael McCandless <[EMAIL PROTECTED]> wrote: > > Ari Miller wrote: > >> According to >> https://issues.apache.org/jira/browse/LUCENE-1282?focusedCommentId=12596949#action_12596949 >> (Sun hotspot compiler bug in 1.6.0_04/05 affects Lucene), a