Re: Similarity search with Solr

2013-12-13 Thread Jayni
okay, thanks for your help Janek -- View this message in context: http://lucene.472066.n3.nabble.com/Similarity-search-with-Solr-tp4106623p4106648.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Similarity search with Solr

2013-12-13 Thread Jack Krupansky
: Similarity search with Solr @kamaci The sentences are stored in txt files, but I can also import them. The file includes a lot of RTF-stuff like a font table, but I'm only interested in the sentences, which are enclosed by tags. @Jack Krupansky-2 Do you think it will be fast enough. I got mil

Re: Similarity search with Solr

2013-12-13 Thread Jayni
@kamaci The sentences are stored in txt files, but I can also import them. The file includes a lot of RTF-stuff like a font table, but I'm only interested in the sentences, which are enclosed by tags. @Jack Krupansky-2 Do you think it will be fast enough. I got millions of sentences and I have to

Re: Similarity search with Solr

2013-12-13 Thread Jack Krupansky
Just use the edismax query parser with bigrams and trigrams enabled and the default operator set to OR. That will select all sentences even vaguely similar and will more highly score sentences that have a greater number of words and phrases that match. -- Jack Krupansky -Original Message-

Re: Similarity search with Solr

2013-12-13 Thread Furkan KAMACI
Hi; Could you explain your infrastructure? Thanks; Furkan KAMACI 2013/12/13 Jayni > Hi, > > I want to do a similarity search on millions of sentences. They are written > in natural language and I want to find sentences, which have a "similar" > set > of words. > A search based on trigrams or

Re: similarity search with solr

2008-02-26 Thread Erik Hatcher
On Feb 26, 2008, at 6:11 PM, Michael Hess wrote: Is it possible to to pass a document id to solr and get back the documents that are close to it? Indeed: Erik