Andrzej,
I have been trying to solve a similar problem where I need to boost
score based on the document type. Your approach is very interesting
and I want to give it a try.
I have a implementation specific question. When you mention to put as
many "1" as the boost need to be, do you mean that t
I am trying to use Lucene nightly build lucene-2006-12-22.tar.gz.
When my code tries to execute:
IndexSearcher searcher = new IndexSearcher("/home/lucene/index");
I am receiving the following error:
java.lang.NoClassDefFoundError: com_cenqua_clover/g
java.lang.NoClassDefFoundError: com_cenqua_
or, only in the
end (after optimize)?
Mike
Suman Ghosh wrote:
> Mike,
>
> Below is the pseudo code of the application. A few implementation
> points to understand the pseudo-code:
>
> - We have a home grown threadpool class that allows us to index
>multiple documents in pa
d with the job) to add
the document to the Lucene index
END===
Thanks,
Suman
On 11/27/06, Michael McCandless <[EMAIL PROTECTED]> wrote:
Suman Ghosh wrote:
> On 11/27/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
>> On 11/27/06
be that'll help
point to mistakes I'm making in the logic.
Suman
On 11/27/06, Michael McCandless <[EMAIL PROTECTED]> wrote:
Suman Ghosh wrote:
> On 11/27/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
>> On 11/27/06, Suman Ghosh <[EMAIL PROTECTED]> wrote
Yonik,
Thanks for the pointer. I'll try the nightly build once the change is committed.
Suman
On 11/27/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 11/27/06, Suman Ghosh <[EMAIL PROTECTED]> wrote:
> Here are the values:
>
> mergeFactor=10
> maxMergeDocs=10
Here are the values:
mergeFactor=10
maxMergeDocs=10
minMergeDocs=100
And I see your point. At the time of the crash, I have over 5000
segments. I'll try some conservative number and try to rebuild the
index.
On 11/27/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 11/27/06,
I was trying to build a lucene index (Lucene 2.0, JDK 5) with
approximately 15 documents containing about 25 fields for each
document. After indexing about 45000 documents , the program crashed.
It was running as a batch job and did not log the cause of the crash.
In order to identify why the
Hi all,I am evaluating Lucene
1.9 for a search application. I am using MultiFieldQueryParser for searching across fields and everything works fine. However, we have a new requirement where certain fields need to be boosted while searching. To complicate matters, users can specify fields while sear