Re: Using lucene in a clustered app server

2009-06-12 Thread Amin Mohammed-Coleman
Hi Thanks for getting back to me. I have briefly looked at Hadoop. It looks interesting but I haven't thought about using it for indexing. But I think it might be on the plan. I am doing the initial investigation and technology frameworks. I would be very interested to get an idea of how you a

Re: Too many files open issue

2009-06-12 Thread Roberto Franchini
On Fri, Jun 12, 2009 at 5:12 PM, Newman, Billy wrote: > I know this has been covered a number of time before but I am still confused. > > I am using all the default values for IndexWriter when writing my index. > > I loop over all my documents 1000 at a time.  For each 1000 I open an index > write

memory leak with CustomComparatorSource class variables

2009-06-12 Thread Marc Sturlese
Hey there, I have noticed I am experiencing sort of a memory leak with a CustomComparatorSource (wich implements SortComparatorSource). I have a HashMap declared as variable of class in CustomComparatorSource: final HashMap docs_to_modify This HashMap contains ids of documents and priorities use

Re: Lucene 2.9 Release

2009-06-12 Thread Michael McCandless
Also, conversely, if you know of important issues that should be fixed for 2.9, please go and check that the "Fix Version" in Jira is in fact set to 2.9... Mike On Thu, Jun 11, 2009 at 8:41 AM, Mark Miller wrote: > Okay, its only been a short time and we have already whittled the list down > from

Highlight - SimpleSpanFragment

2009-06-12 Thread Radha Sreedharan
Hi all, I am using *SimpleSpanFragment *to find the words a few positions around the match. I am specifying the number of characters, which is the second parameter of the *SimpleSpanFragment *constructor . However, it always gives the words to the right of the match and does not give me the word

RE: Reloading RAM Directory from updated FS Directory

2009-06-12 Thread Diamond, Greg
Hi Uwe - MMapDirectory worked like a charm (using Linux 64-Bit JVM). Applications have the same performance as when using the RAM Directory, and was able to refactor quite a bit of code as well. Thanks! -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Tuesday, J

Re: Too many files open issue

2009-06-12 Thread Yonik Seeley
On Fri, Jun 12, 2009 at 11:12 AM, Newman, Billy wrote: > I know this has been covered a number of time before but I am still confused. > > I am using all the default values for IndexWriter when writing my index. > > I loop over all my documents 1000 at a time.  For each 1000 I open an index > writ

Too many files open issue

2009-06-12 Thread Newman, Billy
I know this has been covered a number of time before but I am still confused. I am using all the default values for IndexWriter when writing my index. I loop over all my documents 1000 at a time. For each 1000 I open an index writer, write each document, optimize the index, then close the index

Re: How to filter data based on dates?

2009-06-12 Thread Erick Erickson
Why wouldn't two RangeQuerys work for this? Essentially something expressing startdate[0 TO Systemtime] AND enddate[Systemtime TO infinity]? Best Erick On Fri, Jun 12, 2009 at 1:00 PM, Muhammad Momin Rashid wrote: > Hello Everyone, > > I need to filter records based on whether current system da

How to filter data based on dates?

2009-06-12 Thread Muhammad Momin Rashid
Hello Everyone, I need to filter records based on whether current system date is between startDate and endDate of a record. Could someone guide me on this one? (Current Date >= startDate) and (endDate == null || Current Date <= endDate) Regards, Muhammad Momin Rashid. -

Re: London Open Source Search meetup - Mon 15th June

2009-06-12 Thread Richard Marr
Hi all, Just a quick reminder that this is happening on Monday. Rich 2009/5/28 Richard Marr : > Hi all, > > I'm organising another open source search social evening (OSSSE?) in > London on Monday the 15th of June, this time with the able assistance > of René Kriegler. > > The plan is to get tog