I’m not interested in the log (although maybe somebody else can spot something there) – it’s the query response that is returned on your query HTTP request (XML or JSON.) The specific parameter to add to your HTTP query request is “&debug=true”.
-- Jack Krupansky From: Mauro Gregorio Binetti Sent: Wednesday, February 5, 2014 9:27 AM To: solr-user@lucene.apache.org Subject: Re: Disable searching on ddm tika metadata Solr version in use in the project is 3.6. Through liferay I have set all search options to DEBUG and obtained log attached to this message (I have searched the string "attivazione"). There are traces of jsp. The lines that make sense are start and end of query: 15:12:43,651 INFO [stdout] (http--0.0.0.0-80-11) Search:main_search.jsp... 15:16:16,894 INFO [org.apache.solr.core.SolrCore] (http--0.0.0.0-80-1) [] webapp=/solr path=/select... So searching lasts about 4 minutes in this case!. Mauro On Wed, Feb 5, 2014 at 1:08 PM, Jack Krupansky <j...@basetechnology.com> wrote: Simply post to this mail list the timing section of the query response for a test query that you feel is too slow, but be sure to add the debug=true parameter (or debug=timing.) -- Jack Krupansky -----Original Message----- From: Mauro Gregorio Binetti Sent: Wednesday, February 5, 2014 6:44 AM To: solr-user@lucene.apache.org Subject: Re: Disable searching on ddm tika metadata Hi Jack, please can you give me some other details? Are you referring to a tool in particular? Mauro On Wed, Feb 5, 2014 at 12:20 PM, Jack Krupansky <j...@basetechnology.com>wrote: Run some test queries with the debug=true parameter and check the timing section of the response to see what search components are consuming the time. Highlighting of large documents can be very slow, for example. Or, if you return the full text of a document, the raw size can slow the response to a query. -- Jack Krupansky -----Original Message----- From: Mauro Gregorio Binetti Sent: Wednesday, February 5, 2014 5:17 AM To: solr-user@lucene.apache.org Subject: Disable searching on ddm tika metadata Hi everybody, I'm a newbie and I'm working on searching performance in a project withou any type of documentation. I think searching is very slow because of the presence of all tika metadata, what do you think about it? I'm trying to disable this searching in al of these technical fields to test if it's true or not. I tried to, but I had no results till now. I tried in this way... modifying schema.xml with these new line: <dynamicField name="*" type="ignored" multiValued="true"/> but I continue to see all parameters (lije ddm/*) in "select params" done by Solr. Any hints? Thank you, Mauro