Hi folks,
What's the plan for Lucene 2.0.1 release date?
Thanks!
-- George Aroush
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 10/12/06, Ning Li <[EMAIL PROTECTED]> wrote:
> Actually not using single doc segments was only possible due to the
> fact that I have constant field numbers so both optimizations stem
> from this one change...
Not using single doc segments can be done without constant field numbers... :-)
Ni
Actually not using single doc segments was only possible due to the
fact that I have constant field numbers so both optimizations stem
from this one change...
Not using single doc segments can be done without constant field numbers... :-)
Ning
--
We faced what might be a similar problem not too long ago. Our app is supposed
to allow for foldering -- i.e., a document may be in one or more folders that
the user creates and populates by hand or via query. We used a simple btree
database from Berkeley JE and used a hit collector to filter ag
Yes, the Ant build file sets the dataDir system property:
$ grep dataDir *.xml
common-build.xml:
On Oct 11, 2006, at 6:26 AM, Matthias Roßmann wrote:
Hello guys,
is the TestGermanStemFilter class requested in any ant script in
Lucene
2.0.0,
because I wonder in the TestGermanStemFil
Hello guys,
is the TestGermanStemFilter class requested in any ant script in Lucene
2.0.0,
because I wonder in the TestGermanStemFilter class is a a hardcoded path
File dataDir = new File(System.getProperty("dataDir", "./bin"));
File testFile = new File(dataDir,"org/apache/lucene/analysis/de
David Balmain wrote on 10/10/2006 08:53 PM:
> On 10/11/06, Chuck Williams <[EMAIL PROTECTED]> wrote:
>
> I personally would always store term vectors since I use a
> StandardTokenizer and Stemming. In this case highlighting matches in
> small documents is not trivial. Ferret's highlighter matches
Try searching for "facet" or "faceted browsing" in Lucene mailing lists and
also in Solr, e.g.
http://www.nabble.com/forum/Search.jtp?forum=44&local=y&query=facet
"Yu-Hui Jin" <[EMAIL PROTECTED]> wrote on 10/10/2006 17:27:55:
> Say I have N categories, each item is assigned to one or more categor