: I am indexing a table that has a field by the name of solr_keywords of type
: text in mysql. And it contains null values also. While creating index in
: solr, this field is not getting indexed.
what exactly is the problem you are seeing?
If your documents are being indexed w/o error, but some
try running a query like:
> ?q=keyword_stock:[* TO *]
> That will return any documents where keyword_stock is populated.
>
> Thanks,
> Cody
>
> -Original Message-
> From: jawedshamshedi [mailto:jawedshamsh...@gmail.com]
> Sent: Thursday, November 24, 2011 9:42 PM
>
Sent: Thursday, November 24, 2011 9:42 PM
To: solr-user@lucene.apache.org
Subject: RE: Index a null text field
Hi Cody,
Thanks for the reply.
Please find the detail of that I am doing.
Yes, I am using dataimport handler and the code snippet of it from
solrconfig.xml is given
Hi Cody,
Thanks for the reply.
Please find the detail of that I am doing.
Yes, I am using dataimport handler and the code snippet of it from
solrconfig.xml is given below.
data-config.xml
The data-config.xml is give below.
Hello,
We'll need more information please. How are you indexing the documents?
DataImportHandler? Xml Updates?
Can you show us the relevant parts of your schema? (Field definition and
data type for the field)
Are you getting any error messages in the log files?
Tell us more about your environme