Re: Using Lucene for Semantic search

2006-07-20 Thread Chuck Williams
I have built such a system, although not with Lucene at the time. I doubt you need to modify anything in Lucene to achieve this. You may want to index words, stems and/or concepts from the ontology. Concepts from the ontology may relate to words or phrases. Lucene's token structure is flexible,

Re: Using Lucene for Semantic search

2006-07-20 Thread karl wettin
On Thu, 2006-07-20 at 14:19 -0400, Chris Wildgoose wrote: > I have been working with Lucene for some time, and I have an interest > in developing a Semantic Search solution. I was looking into extending > lucene for this. I know this would involve some significant > re-engineering of the indexing p

Using Lucene for Semantic search

2006-07-20 Thread Chris Wildgoose
I have been working with Lucene for some time, and I have an interest in developing a Semantic Search solution. I was looking into extending lucene for this. I know this would involve some significant re-engineering of the indexing procedure to support the ability to assign words to nodes within