Re: set-based and other less common approaches to search

2013-07-02 Thread Mikhail Khludnev
try to hit dismax query parser specifying mm and qf parameters. On Tue, Jul 2, 2013 at 9:31 PM, gilawem wrote: > Thanks. So following up on a) below, could I set up and query Solr, > without any customization of code, to match 10 of my given 20 terms, but > only if it finds those 10 terms in an

Re: set-based and other less common approaches to search

2013-07-02 Thread gilawem
Thanks. So following up on a) below, could I set up and query Solr, without any customization of code, to match 10 of my given 20 terms, but only if it finds those 10 terms in an xls document under a column that is named "MyID" or "My ID" or "My I.D."? If so, what would that query look like? On

Re: set-based and other less common approaches to search

2013-07-02 Thread Otis Gospodnetic
Hi, Solr can do all of these. There are phrase queries, queries where you specify a field, the "mm" param for "min should match", etc. Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Tue, Jul 2, 2013 at 12:36 PM, gilawem wrote

set-based and other less common approaches to search

2013-07-02 Thread gilawem
Let's say I wanted to ask solr to find me any document that contains at least 100 out of some 300 search terms I give it. Can Solr do this out of the box? If not, what kind of customization would it require? Now let's say I want to further have the option to request that those terms a) must sho