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
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
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
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
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
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
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.
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