RE: Indexing multiple keywords in one field?

2005-05-29 Thread Chris Hostetter
: So, it works now. This might be somewhat presumptuous of me, but it might : be useful for Lucene to include a DelimitedTextAnalyzer and Tokenizer. The : constructor for them might accept an array of characters which could be used : as delimiters between terms which should be indexed into a par

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Oh, and thanks for the suggestion to use Luke. Doug -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Sunday, May 29, 2005 7:39 PM To: java-user@lucene.apache.org Subject: Re: Indexing multiple keywords in one field? On May 29, 2005, at 8:29 AM, Doug Hughes wrote:

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Oh, and thanks for the suggestion to use Luke. Doug -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Sunday, May 29, 2005 7:39 PM To: java-user@lucene.apache.org Subject: Re: Indexing multiple keywords in one field? On May 29, 2005, at 8:29 AM, Doug Hughes wrote:

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Eric, Thanks for your reply. I guess I didn't describe the problem very well. I had already parsed the html and extracted links. I had the links easily available in an arraylist. I wanted to place the data from that array (which happened to be links) into the index so that I could match docume

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Eric, Thanks for your reply. I guess I didn't describe the problem very well. I had already parsed the html and extracted links. I had the links easily available in an arraylist. I wanted to place the data from that array (which happened to be links) into the index so that I could match docume

Re: Indexing multiple keywords in one field?

2005-05-29 Thread Erik Hatcher
On May 29, 2005, at 8:29 AM, Doug Hughes wrote: Hi, I'm working on a pretty typical web page search system based on lucene. Pretty much everything works great. However, I'm having one problem. I want to have a feature in this system where I can find all pages which link to another page

Re: Ability to load a document with ONLY a few fields for performance?

2005-05-29 Thread Andrew Boyd
The numbers look impressive. If I build from the 1.9 trunck will I get the patch? Andrew -Original Message- From: Otis Gospodnetic <[EMAIL PROTECTED]> Sent: May 28, 2005 9:05 AM To: java-user@lucene.apache.org Subject: Re: Ability to load a document with ONLY a few fields for performanc

Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Hi, I'm working on a pretty typical web page search system based on lucene. Pretty much everything works great. However, I'm having one problem. I want to have a feature in this system where I can find all pages which link to another page. So, for instance, I might search for all the pages lin

Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Hi, I'm working on a pretty typical web page search system based on lucene. Pretty much everything works great. However, I'm having one problem. I want to have a feature in this system where I can find all pages which link to another page. So, for instance, I might search for all the pages lin

Re: finding potential duplicate documents

2005-05-29 Thread Marco Dissel
Any tips on this issue? Thanks Marco - Original Message - From: Marco Dissel To: java-user@lucene.apache.org Sent: Friday, May 13, 2005 9:05 AM Subject: finding potential duplicate documents Hello I've got many documents that are potentially duplicate (merging several

Re: SourceForge.net Lucene based search announcement

2005-05-29 Thread Chris Lu
Hi, Chris Conrad, thanks for your reply. I guess it'll be very interesting for us to hear the story of how sourceforge built the search by lucene. Like what's the structure, how the indexes are synchronized/updated, and how it can perform under your current load. Any tips will also be very int