Re: Concept Search

2007-05-16 Thread Daniel Noll
On Thursday 17 May 2007 09:50:55 Erick Erickson wrote: > I thought that that's the point in the Synonym injection > example, setting Term.setPositionIncrement(0) for the injected > token(s). That way. phrase queries work since all of the > injected tokens share the same offset > > But I've been

Re: Concept Search

2007-05-16 Thread Mark Miller
string). This is basically just a thesaurus and you shouldn't find it too terribly difficult to implement. - Mark Charles Patridge wrote: I have looked around on Lucene web site as well as some documentation but have not found anything to do with Concept Search. My definiti

Re: Concept Search

2007-05-16 Thread Erick Erickson
<> I thought that that's the point in the Synonym injection example, setting Term.setPositionIncrement(0) for the injected token(s). That way. phrase queries work since all of the injected tokens share the same offset But I've been wrong before. Erick On 5/16/07, Daniel Noll <[EMAIL PROTEC

Re: Concept Search

2007-05-16 Thread Daniel Noll
On Wednesday 16 May 2007 23:50:55 Erick Erickson wrote: > That's interesting. I suppose you could add the "synonym" of > WildAnimals$ whenever you encountered any of the items in your > list, then when concept searching is called for, search on > WildAnimals$. > > Highlighting might be tricky, but

Re: Concept Search

2007-05-16 Thread Steven Rowe
xcellent book "Lucene in Action" - take a look: >> >> http://lucenebook.com/ >> >> Steve >> >> Charles Patridge wrote: >> > I have looked around on Lucene web site as well as some documentation >> > but have not found anything to d

Re: Concept Search

2007-05-16 Thread Erick Erickson
- take a look: http://lucenebook.com/ Steve Charles Patridge wrote: > I have looked around on Lucene web site as well as some documentation > but have not found anything to do with Concept Search. > > My definition of Concept Search is as follows: > > 1. I wo

Re: Concept Search

2007-05-16 Thread Steven Rowe
looked around on Lucene web site as well as some documentation > but have not found anything to do with Concept Search. > > My definition of Concept Search is as follows: > > 1. I would have a file (list) of various phrases / N-grams which I > would like to Lucene t

Concept Search

2007-05-15 Thread Charles Patridge
I have looked around on Lucene web site as well as some documentation but have not found anything to do with Concept Search. My definition of Concept Search is as follows: 1. I would have a file (list) of various phrases / N-grams which I would like to Lucene to use as a search