Reverse wildcarding

2012-02-27 Thread Michael Bell
(This is an expanded version of the post I made before in the hopes someone will comment) I am trying to port the reverse wildcard support from SOLR to base Lucene. In broad strokes, I will use a PerFieldAnalyzer map with the INDEXWRITER such that fields that I want to be indexed both ways will

Fwd: How to combine StandardAnalyzer with ReverseWildcardFilter

2012-02-22 Thread Michael Bell
>>> Michael Bell 2/21/2012 12:18 PM >>> I've ported over the various pieces from SOLR 3.5 (SolrQueryParser, ReverseWildcardFilter, ReverseWildcardFactory). But I do not understand how to apply this to indexing. Here's the situation. Some fields will need Standard

Memory issues

2011-09-03 Thread Michael Bell
Ok, one customer of ours insists on running a Really Big Single Server Lucene index. To be exact, there are about 300 million documents. This is running on a 64 bit JVM/64 bit OS with 24 GB(!) RAM allocated. Until very recently all was well. We then updated then in program version, which updat

LUCENE-1282 worked around in Lucene 2.4?

2008-10-14 Thread Michael Bell
this is the issue with Java 6's server VM. Yes I know it's fixed in Sun's beta update to Java 1.6, but did the workaround get committed to 2.4? It is not documented in the CHANGELOG. Thanks - To unsubscribe, e-mail:

Seeking Advice

2007-08-15 Thread Michael Bell
We are writing a mail archiving program. Each piece of the message (eg each attachment) is stored separately. I'll try to keep this short and sweet :) Currently we index the main header fields, like subject sender recipients (space delimited) etc. This stuff is really only needed once per e-m