Re: Facet Filter

2016-02-22 Thread Toke Eskildsen
Anil wrote: > it means to we need to create two fields of same content to support > facet and case insensitive , term search on a field. Agree? As things are now, yes. - Toke Eskildsen

Re: Facet Filter

2016-02-22 Thread Anil
Thank you. it means to we need to create two fields of same content to support facet and case insensitive , term search on a field. Agree? Thanks again,. Regards, Anil On 22 February 2016 at 16:07, Toke Eskildsen wrote: > On Mon, 2016-02-22 at 11:48 +0530, Anil wrote: > > solr Documentation s

Re: Facet Filter

2016-02-22 Thread Toke Eskildsen
On Mon, 2016-02-22 at 11:48 +0530, Anil wrote: > solr Documentation says docValues=true/false works for only few fields. > will that work on Text field ? No. It might at some point, but so far it is just a feature request: https://issues.apache.org/jira/browse/SOLR-8362 - Toke Eskildsen, State

Re: Facet Filter

2016-02-21 Thread Anil
wrote: >> > Thank you, i just checked in 5.1. >> > >> > as facet fields has to be Strings and cannot be tockenized. is there any >> > way to search on case insensitive search on this field (not in a facet >> > filter scenario). >> >> If you

Re: Facet Filter

2016-02-18 Thread Anil
cannot be tockenized. is there any > > way to search on case insensitive search on this field (not in a facet > > filter scenario). > > If you configure docValues on the field in schema.xml and reindex, then > the returned facets will be the original input values even if the fie

Re: Facet Filter

2016-02-18 Thread Shawn Heisey
On 2/18/2016 7:12 AM, Anil wrote: > Thank you, i just checked in 5.1. > > as facet fields has to be Strings and cannot be tockenized. is there any > way to search on case insensitive search on this field (not in a facet > filter scenario). If you configure docValues on the field in

Re: Facet Filter

2016-02-18 Thread Anil
Thank you, i just checked in 5.1. as facet fields has to be Strings and cannot be tockenized. is there any way to search on case insensitive search on this field (not in a facet filter scenario). Regards, Anil On 18 February 2016 at 17:34, Upayavira wrote: > facet.contains= > > Bewar

Re: Facet Filter

2016-02-18 Thread Upayavira
facet.contains= Beware that it is relatively new, so will only be in the latest few Solr releases. I think this was it [1], which suggests it is in 5.1+ Upayavira [1] https://issues.apache.org/jira/browse/SOLR-1387 On Thu, Feb 18, 2016, at 10:38 AM, Anil wrote: > HI , > > Following are the fac

Facet Filter

2016-02-18 Thread Anil
HI , Following are the facets in my use case CLOSED IN PROCESS RE PROCESS OPEN i know facet.prefix returns returns the facets starting with it. i just want to check if any facet parameter is exist in current solr to return facets on matching any word in the facet text ? Ex : PROCESS must retu

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread cnyee
Oh I see I was wrong in using (pdf or txt). It worked, but have different meanings altogether from (pdf OR txt). Thanks a lot for your help. Best regards, Yee -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2931347

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread Grijesh
"or" is not any operator "OR", "AND", "NOT" all are caps should be used as operator - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp293057

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread rajini maski
xcepton: for input string "or" > > The field type is: > omitNorms="true" positionIncrementGap="0"/> > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2931282.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread cnyee
The exception says: java.lang.NumberFormatExcepton: for input string "or" The field type is: -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2931282.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread Grijesh
No, OR operator should work for any data type - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2930915.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread cnyee
I have another facet that is of type integer and it gave an exception. Is it true that the field has to be of type string or text for the OR expression to work? -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2930863.html

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread cnyee
It works. Many thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2930783.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Facet filter: how to specify OR expression?

2011-05-11 Thread Grijesh
How about fq=docType:(pdf OR txt) - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2930648.html Sent from the Solr - User mailing list archive at Nabble.com.

Facet filter: how to specify OR expression?

2011-05-11 Thread cnyee
Hi, Is there anyway to specify an 'OR' expression for facet filter? For example docType="pdf" or docType="txt" Many thanks in advance. Yee -- View this message in context: http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2

RE: Show a facet filter "All"

2010-09-06 Thread PeterKerk
Just talking about it helped me in deciding this is not something I want :) Thanks! :) -- View this message in context: http://lucene.472066.n3.nabble.com/Show-a-facet-filter-All-tp1421248p1425600.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Show a facet filter "All"

2010-09-05 Thread Jonathan Rochkind
-- View this message in context: http://lucene.472066.n3.nabble.com/Show-a-facet-filter-All-tp1421248p1421248.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Show a facet filter "All"

2010-09-05 Thread MitchK
ocuments, isn't it? Kind regards, - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Show-a-facet-filter-All-tp1421248p1421539.html Sent from the Solr - User mailing list archive at Nabble.com.

Show a facet filter "All"

2010-09-05 Thread PeterKerk
ext: http://lucene.472066.n3.nabble.com/Show-a-facet-filter-All-tp1421248p1421248.html Sent from the Solr - User mailing list archive at Nabble.com.