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

facet.prefix with regex pattern

2017-09-16 Thread vobium
it is facet.prefix work with regular expression suppose my filed contain sunch type of string abc@2007@www rrr@2008@ggg @2007@fff i want facet of only that consist 2007 substring in it means abc@2007@www (2) @2007@fff(1) but not getting o/p using prefix -- Sent from: http://luc

Re: solr Facet.contains

2017-09-15 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) India/maha

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 India/raj/jaypu

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 India/raj/jaypu

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 India/raj/jaypu