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

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

2013-07-02 Thread gilawem
On Tue, Jul 2, 2013 at 12:36 PM, gilawem mewa...@gmail.com wrote: 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

Re: broken links returned from solr search

2013-06-29 Thread gilawem
Sorry, i thought it was obvious. The links that are broken are the links that are returned in the search results. Using the example in the documentation I mentioned below, to load a word doc via curl http://localhost:8983/solr/update/extract?literal.id=doc1commit=true; -F

Re: broken links returned from solr search

2013-06-29 Thread gilawem
that has meaning in _your_ environment, typically some way for the app server to know where the document is and how to fetch it. the browse request handler is showing you how you'd do this, but isn't meant to actually fetch the doc. Best Erick On Sat, Jun 29, 2013 at 1:29 PM, gilawem mewa