Re: solr Facet.contains

2017-09-18 Thread vobium
help me sove this problem -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: solr Facet.contains

2017-09-16 Thread vobium
the field type=string when I don't filter facets my query without filter for facet is facet.field="all_data" that time get o/p like this India/maha/mumbai (2) India/gujarat/badoda (1) India/goa/xyz (1) India/raj/jaypur (1) 1236/maha/890 (1) India/maha/kolhapur (1)

Re: solr Facet.contains

2017-09-15 Thread Michael Kuhlmann
What is the field type? Which Analyzers are configured? How do you split at "~"? (You have to do it by yourself, or configure some tokenizer for that.) What do you get when you don't filter your facets? What do you mean with "it is not working"? What is your result now? -Michael  Am 15.09.2017

solr Facet.contains

2017-09-15 Thread vobium
Hello, I want to limit my facet data by using substring (only that contain specified substring). My solr version is 4.8.0 e.g if doc with such type of string (field with such type of data is multivalued and splited with "~") India/maha/mumbai~India/gujarat/badoda India/goa/xyz

solr Facet.contains

2017-09-15 Thread vobium
Hello, I want to limit my facet data by using substring (only that contain specified substring). My solr version is 4.8.0 e.g if doc with such type of string (field with such type of data is multivalued and splited with "~") India/maha/mumbai~India/gujarat/badoda India/goa/xyz

solr Facet.contains

2017-09-15 Thread vobium
Hello, I want to limit my facet data by using substring (only that contain specified substring). My solr version is 4.8.0 e.g if doc with such type of string (field with such type of data is multivalued and splited with "~") India/maha/mumbai~India/gujarat/badoda India/goa/xyz