.getMessage());
196 }
197
198 indexCache.put(name, index); // add to cache
199 return index.reader;
200 }
201
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 06, 2005 6:45 PM
To: java-user@lucene.apache.org
Subj
query
highlighted. Any suggestion for this? How I can do?
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Monday, April 04, 2005 8:45 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
On Apr 4, 2005, at 5:35 PM, Yagnesh Shah wrote:
I e
: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
On Apr 4, 2005, at 5:35 PM, Yagnesh Shah wrote:
> I end up purchasing your book "Lucene in Action". I have downloaded
> your code samples. I am able to retrieve "result" only some time.
> Below
) * 100.0f)%
Entities.encode(title)
if (showSummaries) { // maybe show summary
Summary:
Entities.encode(doc.get("summary"))
}
}
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: T
summary
Summary:
Entities.encode(doc.get("summary"))
}
}
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 31, 2005 8:04 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
On Mar 31, 2005, at 6:
doc.add(new Field("title", parser.getTitle(), Field.Store.YES,
Field.Index.TOKENIZED));
}
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 7:38 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
On Mar 30, 2005, at
c.add(new Field("title", parser.getTitle(), Field.Store.YES,
Field.Index.TOKENIZED));
}
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 7:38 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
On Mar 30, 2005, at 4:46
On Mar 30, 2005, at 4:46 PM, Yagnesh Shah wrote:
Hi! Eric,
Erik - with a 'k' - Sorry, I let it slide once though :)
I try to modified that with this but I get compile error. Do you have
any code snippet of highlighting code to pull the contents from the
original source?
I have a whole book full
.Store.YES,
Field.Index.NO));
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 4:35 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
On Mar 30, 2005, at 4:17 PM, Yagnesh Shah wrote:
> Hi! Eric,
> One more thing
tcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 4:01 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages highlighter
How did you index "contents"? If you did not use a stored field type,
then that is the issue.
Erik
On Mar 30, 2005, at 12:31 PM, Yagnesh Shah wrote:
Hi! Eric,
One more thing, I am using the same HTMLDocument.java that comes with
/trunk/src/demo/org/apache/lucene/demo
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 4:01 PM
To: java-user@lucene.apache.org
Subject: Re: HTML pages
: HTML pages highlighter
How did you index "contents"? If you did not use a stored field type,
then that is the issue.
Erik
On Mar 30, 2005, at 12:31 PM, Yagnesh Shah wrote:
> Hello Lucene-User,
> Is any one try to do highlighting with HTML pages?
>
> I am t
How did you index "contents"? If you did not use a stored field type,
then that is the issue.
Erik
On Mar 30, 2005, at 12:31 PM, Yagnesh Shah wrote:
Hello Lucene-User,
Is any one try to do highlighting with HTML pages?
I am trying to do this using demo example by Keld H. Hansen a
13 matches
Mail list logo