Hi Ravinder
Checkout Highlighter.test in
lucene-2.3.1\contrib\highlighter\src\test\org\apache\lucene\search\highl
ight\ folder
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 28 February 2008 11:03
To: java-user@lucene.apache.org
Subject: Lucene-Highlight words
trying to send this again... i keep getting delivery failures so i've
attached my code snippet instead
My index from Luke looks like this where the columns are for
Rank/Field/Text
2 guid 2
1 guid pi1
1 statement Some policy statement for pi3, needs some text with a 2 in
it
1 guid pi3
Hi,
I've downloaded lucene 2.3.0 and the jar lucene-core-2.3.0.jar does not
contain the SpanRegexQuery class.
Has this been deprecated?
Thanks,
Erica
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shel
d.
I discovered this by using Luke to inspect the documents.
-Original Message-
From: Mitchell, Erica [mailto:[EMAIL PROTECTED]
Sent: 08 February 2008 14:54
To: java-user@lucene.apache.org
Subject: MultiFieldQueryParser question
Hi,
I'm trying to build up an index of fi
Hi,
I'm trying to build up an index of fields to represent an
org.eclipse.emf.ecore.EObject;
So I'm adding these fields to my lucene doc
doc.add(new Field(NAME, cls.getName(), Field.Store.YES,
Field.Index.TOKENIZED));
doc.add(new Field(IDENTITY, obj.eGet(cls.getEIDAttribute()).toString(),
Fiel
Hi,
I've found this link to trawl through the backlog of questions and
answers from this mailing list.
I'm new to lucene and don't want to send questions that have already
been answered in the list.
Is there other link to search previous entries rather than clicking the
the Prev and Next links lo
t: Re: Luke error browsing to a lucene index
What versions of Luene and Luke are you using? Using the most recent
ones is usually a good place to start
Best
Erick
On Feb 4, 2008 12:18 PM, Mitchell, Erica <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I'm trying to test out Luke
Hi,
I'm trying to test out Luke and I get an error saying unknown format
error:-4
The index I'm trying to point to is the one built by the demo in the
documentation for getting started with lucene.
Can anyone please tell me what this error might mean.
Thanks
Erica
I