Hi Steve,
MemoryIndex appears to be exactly what I'm looking for. Thank you!
Mark
On Mon, Mar 1, 2010 at 2:01 PM, Steven A Rowe wrote:
> Hi Mark,
>
> On 03/01/2010 at 3:35 PM, Mark Ferguson wrote:
> > I will be processing short bits of text (Tweets for example), and
> > need to search them t
Hi Mark,
On 03/01/2010 at 3:35 PM, Mark Ferguson wrote:
> I will be processing short bits of text (Tweets for example), and
> need to search them to see if they certain terms.
You might consider, instead of performing reverse search, just querying all of
your locations against one document at a
MoreLikeThis in contrib may help.
DIGY
-Original Message-
From: Mark Ferguson [mailto:mark.a.fergu...@gmail.com]
Sent: Monday, March 01, 2010 10:35 PM
To: java-user@lucene.apache.org
Subject: Reverse Search
Hello,
I am trying to figure out the best search strategy for my situation and
Hello,
I am trying to figure out the best search strategy for my situation and am
looking for advice. I will be processing short bits of text (Tweets for
example), and need to search them to see if they certain terms. The list of
terms is a set of locations (towns cities) and is quite long, approx
-Arne- wrote:
Hi Koji,
thanks for your answer. Can you help me a once again? What exactly I
suposse to do?
The concrete program in my mind here:
public class TestHighlightTruncatedSearchQuery {
static Directory dir = new RAMDirectory();
static Analyzer analyzer = new BiGramAnalyzer();
Hi Koji,
thanks for your answer. Can you help me a once again? What exactly I
suposse to do?
Koji Sekiguchi-2 wrote:
>
> -Arne- wrote:
>> Hi,
>>
>> I'm using Lucene 3.0.0 and have large documents to search (logfiles
>> 0,5-20MB). For better search results the query tokens are truncated left
-Arne- wrote:
Hi,
I'm using Lucene 3.0.0 and have large documents to search (logfiles
0,5-20MB). For better search results the query tokens are truncated left and
right. A search for "user" is made to "*user*". The performance of searching
even complex queries with more than one searchterm is qu
Replication support as like in Solr.
Regards
Ganesh
- Original Message -
From: "Grant Ingersoll"
To:
Sent: Wednesday, February 24, 2010 7:12 PM
Subject: If you could have one feature in Lucene...
> What would it be?
>
> --