This is bug in Solr 4.0.0-Beta Schema Browser: "Load Term Info" shows "9682
News", but direct query shows 3577.
/solr/core0/select?q=channel:News&facet=true&facet.field=channel&rows=0
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">1</int>
<lst name="params">
<str name="facet">true</str>
<str name="q">channel:News</str>
<str name="facet.field">channel</str>
<str name="rows">0</str>
</lst>
</lst>
<result name="response" numFound="3577" start="0"/>
<lst name="facet_counts">
<lst name="facet_queries"/>
<lst name="facet_fields">
<lst name="channel">
<int name="News">3577</int>
<int name="Blogs">0</int>
<int name="Message Boards">0</int>
<int name="Video">0</int>
</lst>
</lst>
<lst name="facet_dates"/>
<lst name="facet_ranges"/>
</lst>
</response>
-----Original Message-----
Sent: August-24-12 11:29 PM
To: [email protected]
Cc: [email protected]
Subject: RE: Solr-4.0.0-Beta Bug with "Load Term Info" in Schema Browser
Importance: High
Any news?
CC: Dev
-----Original Message-----
Subject: Solr-4.0.0-Beta Bug with "Load Term Info" in Schema Browser
Hi there,
"Load term Info" shows 3650 for a specific term "MyTerm", and when I execute
query "channel:MyTerm" it shows 650 documents foundÅ possibly bugÅ it
happens after I commit data too, nothing changes; and this field is
single-valued non-tokenized string.
-Fuad
--
Fuad Efendi
416-993-2060
http://www.tokenizer.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]