ailto:goks...@gmail.com]
Sent: Tuesday, July 27, 2010 8:25 PM
To: solr-user@lucene.apache.org
Subject: Re: Indexing Problem: Where's my data?
Solr respects case for field names. Database fields are supplied in
lower-case, so it should be 'attribute_name' and 'string_value
make sure to set stored="true" on every field you expect to be returned
in your results for later display.
Chantal
Solr respects case for field names. Database fields are supplied in
lower-case, so it should be 'attribute_name' and 'string_value'. Also
'product_id', etc.
It is easier if you carefully emulate every detail in the examples,
for example lower-case names.
On Tue, Jul 27, 2010 at 2:59 PM, kenf_nc
for STRING_VALUE, I assume there is a property in the 'select *' results
called string_value? if so I'm not sure why it wouldn't work. If not, then
that's why, it doesn't have anything to put there.
For ATTRIBUTE_NAME, is it possibly a case issue? you called it
'Attribute_Name' in your query, but
Hi,
(The first version of this was rejected for spam).
I'm setting up a test instance of Solr, and keep running into the problem of
having Solr not work the way I think it should work. Specifically, the data I
want to go into the index isn't there after indexing. I'm extracting the data
from M