Did you reindex?

Also, how are you submitting data? Are you using
ExtractingRequestHandler (defined in your solrconfig.xml)?

If so, there is already a mechanism for that. Just search for ignored
in the documentation:
http://wiki.apache.org/solr/ExtractingRequestHandler .

Regards,
   Alex.

Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all
at once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD
book)


On Wed, Feb 5, 2014 at 5:17 PM, Mauro Gregorio Binetti
<maurogregorio.bine...@gmail.com> wrote:
> 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

Reply via email to