Re: Indexing and Searching Web Application

2009-01-19 Thread Amin Mohammed-Coleman
Hi Thanks for your reply. I originally explicitly closed the multisearcher but this caused problem in that first search would work and then subsequent searches would cause an IndexReaderClosedException. I sent an email to the mailing group on what the best practice is on whether to close

Re: Indexing and Searching Web Application

2009-01-19 Thread Amin Mohammed-Coleman
Sent from my iPhone On 19 Jan 2009, at 23:23, Greg Shackles wrote: I just quickly skimmed the code since I don't have much time right now but it looks like you are keeping an array of IndexSearchers open that you re-use in this search function, right? If that's the case, you need to tel

Re: Detailed Information about Lucene 2.4 (english/german)

2009-01-19 Thread Grant Ingersoll
I would have a look at Lucene In Action 2nd edition for a comprehensive view. Otherwise, if you have specific questions, your best bet is the mail archives and/or simply to ask. I don't know of any German resources. On Jan 19, 2009, at 3:39 AM, Matthias W. wrote: Hi, I'm searching for d

Committed revision 735928.

2009-01-19 Thread patrick o'leary
Committed revision 735928. Adding myself to contrib committers list / testing karma Thanks Patrick scootie:site pjaol$ svn diff docs/*.html Index: docs/whoweare.html === --- docs/whoweare.html (revision 735927) +++ docs/whoweare.

Re: Indexing and Searching Web Application

2009-01-19 Thread Greg Shackles
I just quickly skimmed the code since I don't have much time right now but it looks like you are keeping an array of IndexSearchers open that you re-use in this search function, right? If that's the case, you need to tell those IndexSearchers to re-open the indexes because they have changed since

Re: Indexing and Searching Web Application

2009-01-19 Thread Amin Mohammed-Coleman
I make a call to my search class which looks like this: public Summary[] search(SearchRequest searchRequest) { List summaryList = new ArrayList(); StopWatch stopWatch = new StopWatch("searchStopWatch"); stopWatch.start(); MultiSearc

Re: Indexing and Searching Web Application

2009-01-19 Thread Greg Shackles
After you make the commit to the index, are you reloading the index in the searchers? - Greg On Mon, Jan 19, 2009 at 3:29 PM, Amin Mohammed-Coleman wrote: > Hi > > I have recently worked on developing an application which allows you to > upload a file (which is indexed so you can search later).

Indexing and Searching Web Application

2009-01-19 Thread Amin Mohammed-Coleman
Hi I have recently worked on developing an application which allows you to upload a file (which is indexed so you can search later). I have numerous tests to show that you can index and search documents (in some instances within the same test), however when I perform the operation in the

Re: Search on tokenized field

2009-01-19 Thread Michael McCandless
Your message did go through to java-user. It's just that one subscriber to java-user failed to receive your message, and the bounce from that subscriber was then forwarded back to you. It's rather alarming the first time you see it Mike Haroldo Nascimento wrote: Hi, I send my fi

Detailed Information about Lucene 2.4 (english/german)

2009-01-19 Thread Matthias W.
Hi, I'm searching for detailed information and needed stuff about lucene (version 2.4.0 !!!) to write a dissertation. Does anyone know good english or german resources? Thanks! Matthias -- View this message in context: http://www.nabble.com/Detailed-Information-about-Lucene-2.4-%28english-ger

Re: Lucene search question

2009-01-19 Thread Anshum
Hi Namrata, As far as results are concerned, it depends on the analyzer you use and the query formation [was a trivial answer]. About the specific cases: 1. RG Heights : would not under any normal circumstances fetch you any results unless you index all variations. You could create a custom analyz