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 >