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
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
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
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
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
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
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
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
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
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.
-
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
11 matches
Mail list logo