Show a facet filter "All"

2010-09-05 Thread PeterKerk
I have the facets below. As you can see the number of results for that facet are behind it. But I also want to show an option to the user that says "All (x results)". That would show the results if this filter was not used. Do bear in mind that I have more facet filters so simply using the numFoun

RE: SolrJ and Multi Core Set up

2010-09-05 Thread Ephraim Ofir
Not sure about SolrJ, but generally in multi core Solr your core has a name and a data dir which don't have to be the same. In your case, you could have 2 cores called "live" and "rebuild" which reside on 2 data dirs called "core0" and "core1". You would always access the cores by their names, an

RE: Download document from solr

2010-09-05 Thread Ephraim Ofir
You could index into your id (or another field) the download url of the document and then use that to enable download of the document. Ephraim Ofir -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: Friday, September 03, 2010 1:07 AM To: solr-user@lucene.apache.org

Re: Show a facet filter "All"

2010-09-05 Thread MitchK
Peter, take a close look at tagging and and excluding filters: http://wiki.apache.org/solr/SimpleFacetParameters#LocalParams_for_faceting Another way would be to index your services_raw as services_raw/Exclusive rental services_raw/Fotoreport services_raw/Live music In this case, you can use t

RE: Show a facet filter "All"

2010-09-05 Thread Jonathan Rochkind
The number of results if no filters from that facet were used is simply the total result count of the current search -- the search being returned by that query already is the results if no filters from that facet were used. The facet values are 'drill downs' into the current search. So simply u

Re: Newbie question: no search results

2010-09-05 Thread BobG
Hi Lance and Gora, Thanks for your support! I have changed Into In the schema.xml, then restarted Tomcat. Also I used quotation marks for my search string and it works fine now! Problem solved! Best regards, Bob -- View this me

How to enable Unicode Support in Solr

2010-09-05 Thread Amier Haider
I have an index that takes textual description and places it in the index. I am creating an XML file and passing it to Solr for indexing, but Solr is not saving Unicode characters as it is showing question mark for those characters. I want to know that how to enable Unicode Support for Solr index.

Re: using Solr with very large search terms

2010-09-05 Thread Grijesh.singh
Increase the Http Header size of Tomacat server.xml and increase the maxBooleanClauses of solrconfig.xml to support the very large queries - Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/using-Solr-with-very-large-search-terms-tp1415558p1424649.html Sent from t