Re: Complex Queries in solr

2013-10-20 Thread Roman Chyla
i just tested it whether our 'beautifu' parser supports it, and funnily enough, it does :-) https://github.com/romanchyla/montysolr/commit/f88577345c6d3a2dbefc0161f6bb07a549bc6b15 but i've (kinda) given up hope that people need powerful query parsers in the lucene world, the LUCENE-5014 is there s

Re: Complex Queries in solr

2013-10-20 Thread Furkan KAMACI
You should star reading from here: https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser and you should have a look at Fuzzy Searches section. On the other hand read here: http://wiki.apache.org/solr/FunctionQuery 2013/10/18 sayeed > Hi, > Is it possible to search complex q

Re: complex queries

2009-11-11 Thread Vicky_Dev
Hi Erik, Is it possible to get result of one solr query feed into another Solr Query? Issue which I am facing right now is:: I am getting results from one query and I just need 2 index attribute values . These index attribute values are used for form new Query to Solr. Since Solr gives result

Re: complex queries

2008-05-08 Thread Chris Hostetter
: This goes back to my question about access control lists. So, I have all : my documents, which are products. And then someone suggested that I have : a separate user document type with a multi-value field of productIDs. : : In SQL, this would be the equivalent of: : : "SELECT * from product

Re: complex queries

2008-05-06 Thread Kevin Osborn
- Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, May 6, 2008 6:03:34 PM Subject: Re: complex queries On May 6, 2008, at 8:57 PM, Kevin Osborn wrote: > I don't think this is possible, but I figure that I would ask. >

Re: complex queries

2008-05-06 Thread Erik Hatcher
On May 6, 2008, at 8:57 PM, Kevin Osborn wrote: I don't think this is possible, but I figure that I would ask. So, I want to find documents that match a search term and where a field in those documents are also in the results of a subquery. Basically, I am looking for the Solr equivalent of