Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 10/16/2013
Components: Text Search, Solr
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Mac 10 All
Vote Count: 0
I’m looking at the log files for a simple cfsearch call. One execution results in 3 HTTP calls:
127.0.0.1 - - [14/Oct/2013:19:37:32 +0000] "GET /solr/admin/cores?action=STATUS&core=&wt=xml&version=2.2 HTTP/1.1" 200 7962
127.0.0.1 - - [14/Oct/2013:19:37:32 +0000] "GET /solr/admin/cores?action=STATUS&core=myblog&wt=xml&version=2.2 HTTP/1.1" 200 1048
127.0.0.1 - - [14/Oct/2013:19:37:32 +0000] "GET /solr/myblog/select?q=PhoneGap+coldfusion&fl=*%2Cscore&rows=10&qt=standard&spellcheck=true&spellcheck.build=false&spellcheck.q=PhoneGap+coldfusion&spellcheck.collate=true&start=0&wt=xml&version=2.2 HTTP/1.1" 200 56284
The first call gets a status value on every single collection. The second does it just for the collection I was working with. The final one is doing the actual search.
From what I can tell, I get the STATUS calls because I specifically asked for a status in my cfsearch, but what I don’t get is why it does a call to get _all_ the collection data. That seems like a mistake, right?
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3650399
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: