Re: Clarification about segments

2009-09-14 Thread Hajiz
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

Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-14 Thread Kerang Lv
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

Re: Enumerating NumericField using TermEnum?

2009-09-14 Thread Mark Miller
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

Re: [ANNOUNCEMENT] LucidGaze for Lucene released

2009-09-14 Thread Phil Whelan
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

Seattle / PNW Hadoop/Lucene/HBase Meetup, Wed Sep 30th

2009-09-14 Thread Bradford Stephens
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

Field with reader limitation arbitrary

2009-09-14 Thread Glen Newton
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

Getting payload data in search results

2009-09-14 Thread Sherrill, Delsey
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

Re: Problems with IndexReader.reopen()

2009-09-14 Thread Phil Whelan
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

Problems with IndexReader.reopen()

2009-09-14 Thread Phil Whelan
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

Re: Field with reader limitation arbitrary

2009-09-14 Thread Anthony Urso
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

RE: Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-14 Thread Allahbaksh Mohammedali Asadullah
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