I guess you are indexing with  property index=false ,  stored = true
if  it  is  , that means you are storing the value on "index"  , so whenever
you do *:*  you can see the stored value

for example

 if you have a field = ID, Customer_Name   and you would only like to index
"customer_name" because this is a field which users is going to search ..
then you can just store "ID" in index without indexing .

When  customer names matches your index you would also like to show "ID" to
users

I do not know what is the purpose on your case  . Store fields are usually
required when you don't want to index  but show on the search results.

I hope its clear  . You can try and experiment changing these values on a
unique fields too ..

thanks.






On Thu, May 26, 2011 at 4:37 PM, Romi <romijain3...@gmail.com> wrote:

> i have done it, i deleted old indexes and created new indexes but still
> able
> to search it through *:*, and no result when i search it as field:value.
> really surprising result. :-O
>
> -----
> Romi
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2988256.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
Chandan Tamrakar
*
*

Reply via email to