You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2006/04/25 19:33:42 UTC

Re: Lucene Eclipse Integration

First off: i've changed the reply to be the java-user@lucene list ... that
is the appropriate place to ask questions about using the Lucene APIs.

Second: once you have a test index built, and you can do some test
searches to verify it contains what you think it does (take a look at Luke
to be sure) read up on the IndexReader.terms method and the TermEnum class
-- it's the easiest way to get a list of every term in your index.  Then
takes a look at IndexReader.termDocs and the TermDocs class -- that's how
you can get a list of every document that matches a particular term

: Date: Tue, 25 Apr 2006 02:01:16 -0700 (PDT)
: From: Aodh <ao...@hotmail.com>
: Reply-To: java-dev@lucene.apache.org
: To: java-dev@lucene.apache.org
: Subject: Lucene Eclipse Integration
:
:
: Hi, I want to create a back-of-book type index for Eclipse help (not
: available by default). This index will list all indexed terms such that the
: indexed term may be clicked and the original document displayed (as in MS
: style help systems).
:
: Where should I begin? The first thing I suppose would be, how do I access
: the indexed terms (using Lucene's API) and have them e.g. display on a HTML
: page with hyperlinks to the original doc.
:
: Any help appreciated.
: --
: View this message in context: http://www.nabble.com/Lucene-Eclipse-Integration-t1504322.html#a4078945
: Sent from the Lucene - Java Developer forum at Nabble.com.
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
: For additional commands, e-mail: java-dev-help@lucene.apache.org
:



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Lucene Eclipse Integration

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Also, this question may be better for one of the Eclipse groups, because Eclipse already uses Lucene for indexing (of help? code?), so they will be able to tell you how to integrate Eclipse and Lucene.

Otis

----- Original Message ----
From: Chris Hostetter <ho...@fucit.org>
To: Lucene Users <ja...@lucene.apache.org>
Cc: Aodh <ao...@hotmail.com>
Sent: Tuesday, April 25, 2006 1:33:42 PM
Subject: Re: Lucene Eclipse Integration


First off: i've changed the reply to be the java-user@lucene list ... that
is the appropriate place to ask questions about using the Lucene APIs.

Second: once you have a test index built, and you can do some test
searches to verify it contains what you think it does (take a look at Luke
to be sure) read up on the IndexReader.terms method and the TermEnum class
-- it's the easiest way to get a list of every term in your index.  Then
takes a look at IndexReader.termDocs and the TermDocs class -- that's how
you can get a list of every document that matches a particular term

: Date: Tue, 25 Apr 2006 02:01:16 -0700 (PDT)
: From: Aodh <ao...@hotmail.com>
: Reply-To: java-dev@lucene.apache.org
: To: java-dev@lucene.apache.org
: Subject: Lucene Eclipse Integration
:
:
: Hi, I want to create a back-of-book type index for Eclipse help (not
: available by default). This index will list all indexed terms such that the
: indexed term may be clicked and the original document displayed (as in MS
: style help systems).
:
: Where should I begin? The first thing I suppose would be, how do I access
: the indexed terms (using Lucene's API) and have them e.g. display on a HTML
: page with hyperlinks to the original doc.
:
: Any help appreciated.
: --
: View this message in context: http://www.nabble.com/Lucene-Eclipse-Integration-t1504322.html#a4078945
: Sent from the Lucene - Java Developer forum at Nabble.com.
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
: For additional commands, e-mail: java-dev-help@lucene.apache.org
:



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org