Hi,
Anyone knows how to highlight Chinese character? When I do the highlight, it
tends to highlight the whole sentence instead of the keywords.
For Chinese highlighting, do I need to use the TermVector in order to
highlight the correct keywords?
Thanks
Hi Mark,
How do I display results on the second page?
I manage to display on one page using your coding.
Regards,
Lee Li Bin
-Original Message-
From: Alixandre Santana [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 03, 2007 12:55 AM
To: java-user@lucene.apache.org
Subject: Re
Hi,
Thanks Mark!
I do have the same question as Alixandre. How do I get the content of the
document instead of the document id?
Thanks.
Regards,
Lee Li Bin
-Original Message-
From: Alixandre Santana [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 03, 2007 12:55 AM
To: java-user
Hi,
I still have no idea of how to get it done. Can give me some details?
The web application is in jsp btw.
Thanks a lot.
Regards,
Lee Li Bin
-Original Message-
From: Chris Lu [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 30, 2007 2:21 AM
To: java-user@lucene.apache.org
Subject
Hi,
does anyone knows how to do pagination on jsp page using the number of hits
return? Or any other solutions?
Do provide me with some sample coding if possible or a step by step guide.
Sry if I'm asking too much, I'm new to lucene.
Thanks
Hi,
May I know how do I store TermVector?
When I set the last parameter to true, isn't it setting storeTermVector to
true?
But I get null value in TermFreqVector.
BTW, I'm using lucene 1.4.3
Not intended to upgrade to 2.0
docAll.add(Field.Text("contentText", new StringReader(allCo
stant Scalable Full-Text Search On Any Database/Application
> > site: http://www.dbsight.net
> > demo: http://search.dbsight.com
> > Lucene Database Search in 3 minutes:
> > http://wiki.dbsight.com/index.php?
> > title=Create_Lucene_Database_Search_in_3_minutes
hieu Lecarme [mailto:[EMAIL PROTECTED]
Sent: Monday, June 18, 2007 8:58 PM
To: java-user@lucene.apache.org
Subject: Re: Lucene for chinese search
Lee Li Bin a écrit :
> Hi,
>
> I still met problem for searching of Chinese words.
> XMl file which is the datasource and analyzer has already
omcat for Chinese
search using Lucence
2. do we need to use JSP meta / page encoding ? what is the encoding
for jsp?
Regards,
Lee Li Bin
-Original Message-
From: Chris Lu [mailto:[EMAIL PROTECTED]
Sent: Monday, June 18, 2007 2:10 AM
To: java-user@lucene.apache.org
Subjec
gth());
for (int c = 0; c < hits.length(); c++) {
Document doc = hits.doc(c);
System.out.println("Query found in file: " + doc.get("path"));
System.out.println("Content: " + doc.get("text"));
}
Regards,
Lee Li Bin
Hi,
I would like to know how's the performance during indexing and searching of
results on a large index files would be like.
And is it possible to create multiple index files and search across multiple
index files? If possible, may I know how could it be done?
Thanks a lot.
---
11 matches
Mail list logo