Re: Issue with facet fields

2010-11-12 Thread gauravshetti

thanks. got it!
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Issue-with-facet-fields-tp1883106p102.html
Sent from the Solr - User mailing list archive at Nabble.com.


Issue with facet fields

2010-11-11 Thread gauravshetti

I am facing this weird issue in facet fields

Within config xml
under
requestHandler name=standard class=solr.SearchHandler
!-- default values for query parameters --
−
lst name=defaults

I have defined the fl as 
str name=fl

file_id folder_id display_name file_name priority_text content_type
last_upload upload_by business indexed
 
/str

But my out xml doesnt contain the element upload_by and business
But i am able to do seach by upload_by: and business:

Even when i add in the url fl=* i do not get this facet field in the
response

Any idea what i am doing wrong.


-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Issue-with-facet-fields-tp1883106p1883106.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Issue with facet fields

2010-11-11 Thread Paige Cook
Are you storing the upload_by and business fields? You will not be able to
retrieve a field from your index if it is not stored. Check that you have
stored=true for both of those fields.

- Paige

On Thu, Nov 11, 2010 at 10:23 AM, gauravshetti gaurav.she...@tcs.comwrote:


 I am facing this weird issue in facet fields

 Within config xml
 under
 requestHandler name=standard class=solr.SearchHandler
 !-- default values for query parameters --
 −
 lst name=defaults

 I have defined the fl as
 str name=fl

file_id folder_id display_name file_name priority_text content_type
 last_upload upload_by business indexed

 /str

 But my out xml doesnt contain the element upload_by and business
 But i am able to do seach by upload_by: and business:

 Even when i add in the url fl=* i do not get this facet field in the
 response

 Any idea what i am doing wrong.


 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Issue-with-facet-fields-tp1883106p1883106.html
 Sent from the Solr - User mailing list archive at Nabble.com.