What about the scoring worries you?

I would say this is the best approach, and also the suggest approach over at the lucene wordnet page:
http://www.tropo.com/techno/java/lucene/wordnet.html

Of course, you could say that matches on the original search should return with a higher score. You could individually boost the original terms searched for.
That would in general be like searching for

"car^2 automobile bmw" ... or something like that.

But, as I said, i have not yet implemented wordnet myself, but that would be my initial ideas on an approach.

On Thu, 29 Jun 2006 16:23:07 +0200, Ramesh Salla <[EMAIL PROTECTED]> wrote:

Yes, That is a good idea and thanks for the suggestion.

But isn't that painful?

Then the scoring really worries us. Hence, will have to prefer boosting
the original content?

Can find or suggest a better solution?

Thanks...   Ramesh.S



On Thu, 2006-06-29 at 16:10 +0200, Aleksander M. Stensby wrote:

No... Don't think thats the idea.

I think that u would make use of the wordnet index after a user have
inputted a search. U take each term of the search, look up those terms in
the wordnet index, then use the results you get to search your index for
all those aggregated terms along with the users initial search.

Then you return the matches.

But, I may be wrong..

On Thu, 29 Jun 2006 15:56:03 +0200, Ramesh Salla
<[EMAIL PROTECTED]> wrote:

> Hi,
>
> seems like am awe struck.
>
> My Index is working fine.
>
> Now,  have got the WordNet synonym-index.
>
> How do I make use of this index to get synonym support search results.?
>
> Do I have to Merge these 2 indexes using the Merge class?  will that
> work?
>
> or
>
> Do I have to inject the field "word" values into my Index at the time of
> creating my index?
>
> or
>
> Is there a way of making use of the synonym-index directly at the time
> of searching?
>
> Please get back as soon as possible.
>
> Thanks in Advance.              Ramesh.S






--
Aleksander M. Stensby
Software Developer
Integrasco A/S
[EMAIL PROTECTED]
Tlf.: +47 41 22 82 72

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to