RE: Facet query with special characters

2009-12-09 Thread Peter 4U
o: solr-user@lucene.apache.org > Subject: RE: Facet query with special characters > > > : Note that I am (supposed to be) indexing/searching without analysis > : tokenization (if that's the correct term) - i.e. field values like > : 'pds-comp.domain' shouldn'

RE: Facet query with special characters

2009-12-08 Thread Chris Hostetter
: Note that I am (supposed to be) indexing/searching without analysis : tokenization (if that's the correct term) - i.e. field values like : 'pds-comp.domain' shouldn't be (and I believe aren't) broken up as in : 'pds', 'comp' 'domain' etc. (e.g. using the 'text_ws' fieldtype). ... : Wh

RE: Facet query with special characters

2009-12-08 Thread Peter 4U
? Thanks! Peter > Date: Mon, 7 Dec 2009 15:30:47 -0800 > From: hossman_luc...@fucit.org > To: solr-user@lucene.apache.org > Subject: Re: Facet query with special characters > > > > : When performing a facet query where part of the value portion has a > : special c

Re: Facet query with special characters

2009-12-07 Thread Chris Hostetter
: When performing a facet query where part of the value portion has a : special character (a minus sign in this case), the query returns zero : results unless I put a wildcard (*) at the end. check your analysis configuration for this fieldtype, in particular look at what debugQuery produces

Re: Facet query with special characters

2009-12-03 Thread Lance Norskog
ormance hit for using > the range form. Not sure if this affects performance for millions+ hits. > > > > Thanks, > > Peter > > > > > >> From: pete...@hotmail.com >> To: solr-user@lucene.apache.org >> Subject: Facet query with special charact

RE: Facet query with special characters

2009-12-03 Thread Peter 4U
using the range form. Not sure if this affects performance for millions+ hits. Thanks, Peter > From: pete...@hotmail.com > To: solr-user@lucene.apache.org > Subject: Facet query with special characters > Date: Thu, 3 Dec 2009 13:29:45 + > > > Hello, > &g

Facet query with special characters

2009-12-03 Thread Peter 4U
Hello, I've encountered some strange behaviour in Solr facet querying, and I've not been able to find anything on this on the web. Perhaps someone can shed some light on this? The problem: When performing a facet query where part of the value portion has a special character (a minus sign in