Re: Index a null text field

2011-11-28 Thread Chris Hostetter
: 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

Re: Index a null text field

2011-11-25 Thread Erick Erickson
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 >

RE: Index a null text field

2011-11-25 Thread Young, Cody
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

RE: Index a null text field

2011-11-24 Thread jawedshamshedi
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.

RE: Index a null text field

2011-11-24 Thread Young, Cody
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