Utkarsh,

Check to see if the value is actually indexed into the field by using the Terms 
request handler:

http://localhost:8983/solr/terms?terms.fl=text&terms.prefix=d

(adjust the prefix to whatever you're looking for)

This should get you going in the right direction.

Jason


On Sep 17, 2013, at 2:20 PM, Utkarsh Sengar <utkarsh2...@gmail.com> wrote:

> I have a copyField called allText with type text_general:
> https://gist.github.com/utkarsh2012/6167128#file-schema-xml-L68
> 
> I have ~100 documents which have the text: dyson and dc44 or dc41 etc.
> 
> For example:
> "title": "Dyson DC44 Animal Digital Slim Cordless Vacuum"
> "description": "The DC44 Animal is the new Dyson Digital Slim vacuum
> cleaner  the cordless machine that doesn’t lose suction. It has been
> engineered for floor to ceiling cleaning. DC44 Animal has a detachable
> long-reach wand  which is balanced for floor to ceiling cleaning.   The
> motorized floor tool has twice the power of the DC35 floor tool  to drive
> the bristles deeper into the carpet pile with more force. It attaches to
> the wand or directly to the machine for cleaning awkward spaces. The brush
> bar has carbon fiber filaments for removing fine dust from hard floors.
> DC44 Animal has a run time of 20 minutes or 8 minutes on Boost mode.
> Powered by the Dyson digital motor  DC44 Animal has a fade-free nickel
> manganese cobalt battery and Root Cyclone technology for constant  powerful
> suction.",
> UPC: 0879957006362
> 
> The documents are indexed.
> 
> Analysis says its indexeD: http://i.imgur.com/O52ino1.png
> But when I search for allText:"dyson dc44" I get no results, response:
> http://pastie.org/8334220
> 
> Any suggestions about the problem? I am out of ideas about how to debug
> this.
> 
> -- 
> Thanks,
> -Utkarsh

Reply via email to