Hi all,
I'm new to Lucene and to this forum too. I'm a little confused about commit
and flush concepts in Lucene. You said that after we call "commit" the
documents/segments in RAM will be wrote in disk(directory). So what is
"minMergeDocs" factor? What does it mean?
In another way, I can ask my
Hi Lucene users,
Enlightened by the discussion "Can I run Lucene in google app engine?
[http://www.nabble.com/Can-I-run-Lucene-in-google-app-engine--td23017742.html],
I implemented a google datastore based Lucene component, GAELucene, which can
help you to run search applications on google app
Uwe Schindler wrote:
>
>> My personal opinion is that we can make javadoc changes for the final
>> without doing an RC, as long as no code/build/scipts at all is touched.
>> Not sure how others feel though.
>>
>
> I just wanted to ask for confirmation.
>
> Uwe
>
>
I know - we always should
Hi Mark,
Is there any Lucene 2.9 versions of this in development that I could
get my hands on? I'd be happy to be an alpha tester.
Cheers,
Phil
> LucidGaze for Lucene works as a drop-in replacement for the Lucene JAR;
> it requires no changes to the source code of the application, or even
> reco
Greetings,
It's time for another Hadoop/Lucene/Apache"Cloud" Stack meetup!
This month it'll be on Wednesday, the 30th, at 6:45 pm.
We should have a few interesting guests this time around -- someone from
Facebook may be stopping by to talk about Hive :)
We've had great attendance in the past fe
Hi,
In 2.4.1, Field has 2 constructors that involve a Reader:
public Field(String name,
Reader reader)
public Field(String name,
Reader reader,
Field.TermVector termVector)
http://lucene.apache.org/java/2_4_1/api/core/org/apache/lucene/documen
I think I have a problem that would benefit from the new term payload feature,
but I'm not sure. Every example of payload usage that I can find factors them
into the scoring, but doesn't return them with the search results.
In my case, I don't need the payload to affect scoring, but I do need
Sorry, just realised my mistake. I should read the docs more
carefully. IndexReader.reopen() does not reopen the existing
IndexReader, but returns a new one.
Phil
On Mon, Sep 14, 2009 at 3:20 PM, Phil Whelan wrote:
> Hi,
>
> I'm not sure why my IndexReader.reopen() call is not working.
>
> The l
Hi,
I'm not sure why my IndexReader.reopen() call is not working.
The latest results are not coming back, meaning the reader / searcher
has not being re-opened for the new Documents that have been added.
IndexReader openReader = searcher.getIndexReader();
searcher.close();
openReader.reope
It's best to file a feature request on the Lucene issue tracker if you
are interested in seeing this implemented.
http://issues.apache.org/jira/browse/LUCENE
Just cut and paste your description and attach a patch and/or tests if
you have them.
Cheers,
Anthony
On Mon, Sep 14, 2009 at 1:03 PM, Gl
Hi,
This is great news and good work. I think I will try this today evening. I
think we should put this as one of component in lucene-contrib. What do you
say? Committer and owner please comment.
Regards,
Allahbaksh
-Original Message-
From: Kerang Lv [mailto:lvkrne...@yahoo.com]
S
11 matches
Mail list logo