Re: Empty value fields not indexed

2017-04-29 Thread Zheng Lin Edwin Yeo
Hi Shawn, Thanks for the info. Regards, Edwin On 28 April 2017 at 20:36, Shawn Heisey wrote: > On 4/27/2017 10:06 PM, Zheng Lin Edwin Yeo wrote: > > I'm using Solr 6.4.2, and I realized that for those fields which has no > > values, the field name is not index into Solr.

Re: Empty value fields not indexed

2017-04-28 Thread Shawn Heisey
On 4/27/2017 10:06 PM, Zheng Lin Edwin Yeo wrote: > I'm using Solr 6.4.2, and I realized that for those fields which has no > values, the field name is not index into Solr. > > It was working fine in the previous version. > > Any reason for this or any settings which needs to be done so that the >

Empty value fields not indexed

2017-04-27 Thread Zheng Lin Edwin Yeo
Hi, I'm using Solr 6.4.2, and I realized that for those fields which has no values, the field name is not index into Solr. It was working fine in the previous version. Any reason for this or any settings which needs to be done so that the field name can be indexed even though it's value is

Re: Fields not indexed?

2012-02-08 Thread Dmitry Kan
How does your schema for the fields look like? On Wed, Feb 8, 2012 at 2:41 PM, Radu Toev radut...@gmail.com wrote: Hi, I am really new to Solr so I apologize if the question is a little off. I was playing with DataImportHandler and tried to index a table in a MS SQL database. I configured

Re: Fields not indexed?

2012-02-08 Thread Radu Toev
The schema.xml is the default file that comes with Solr 3.5, didn't change anything there. On Wed, Feb 8, 2012 at 2:45 PM, Dmitry Kan dmitry@gmail.com wrote: How does your schema for the fields look like? On Wed, Feb 8, 2012 at 2:41 PM, Radu Toev radut...@gmail.com wrote: Hi, I am

Re: Fields not indexed?

2012-02-08 Thread Dmitry Kan
well, you should add these fields in schema.xml, otherwise solr won't know them. On Wed, Feb 8, 2012 at 2:48 PM, Radu Toev radut...@gmail.com wrote: The schema.xml is the default file that comes with Solr 3.5, didn't change anything there. On Wed, Feb 8, 2012 at 2:45 PM, Dmitry Kan

Re: Fields not indexed?

2012-02-08 Thread Radu Toev
I just realized that as I pushed the send button :P Thanks, I'll have a look. On Wed, Feb 8, 2012 at 2:58 PM, Dmitry Kan dmitry@gmail.com wrote: well, you should add these fields in schema.xml, otherwise solr won't know them. On Wed, Feb 8, 2012 at 2:48 PM, Radu Toev radut...@gmail.com

Facets Fields not Indexed?

2007-09-13 Thread Matthew Runo
Hello! Can you not facet on fields which are not indexed? Am I missing something here? ++ | Matthew Runo | Zappos Development | [EMAIL PROTECTED] | 702-943-7833 ++

Re: Facets Fields not Indexed?

2007-09-13 Thread Erik Hatcher
On Sep 13, 2007, at 12:50 PM, Matthew Runo wrote: Can you not facet on fields which are not indexed? Am I missing something here? No. Faceting works off of terms, which are either the exact field value for unanalyzed fields, or the tokens that result from the configured analyzer.