Re: multi word synonyms

2008-05-18 Thread Karl Wettin
18 maj 2008 kl. 19.17 skrev Paul Elschot: Now I'm thinking it could be solved using token payloads and a brand new MultiDimensionalSpanQuery. Not too different from what you suggested way back in http://www.nabble.com/Using-Lucene-for-searching-tokens%2C-not-storin g-them.-to3918462.html#a394401

Re: multi word synonyms

2008-05-18 Thread Paul Elschot
Op Sunday 18 May 2008 16:30:26 schreef Karl Wettin: > 18 maj 2008 kl. 00.01 skrev Paul Elschot: > > Op Saturday 17 May 2008 20:28:40 schreef Karl Wettin: > >> As far as I know Lucene only handle single word synonyms at index > >> time. My life would be much simpler if it was possible to add > >> sy

Re: multi word synonyms

2008-05-18 Thread Karl Wettin
18 maj 2008 kl. 00.01 skrev Paul Elschot: Op Saturday 17 May 2008 20:28:40 schreef Karl Wettin: As far as I know Lucene only handle single word synonyms at index time. My life would be much simpler if it was possible to add synonyms that spanned over multiple tokens, such as "lucene in action"=

Re: multi word synonyms

2008-05-17 Thread Paul Elschot
Op Saturday 17 May 2008 20:28:40 schreef Karl Wettin: > As far as I know Lucene only handle single word synonyms at index > time. My life would be much simpler if it was possible to add > synonyms that spanned over multiple tokens, such as "lucene in > action"="lia". I have a couple of workarounds

multi word synonyms

2008-05-17 Thread Karl Wettin
As far as I know Lucene only handle single word synonyms at index time. My life would be much simpler if it was possible to add synonyms that spanned over multiple tokens, such as "lucene in action"="lia". I have a couple of workarounds that are OK but it really isn't the same thing when it