[TYPO3-Solr] Create Filters
Olivier Dobberkau
olivier.dobberkau at dkd.de
Tue Apr 12 19:58:42 CEST 2011
Am 12.04.11 15:48, schrieb Werner:
> are there some examples around how to set up custom/predefined filters
> for the solr-search in typo3?
you could try this: (untested)
Enter this in the Filter-Field of the Search Plugin:
<thefieldyouwanttosearchin>:/fileadmin/pdf/*
the filters speak Lucene Query Language.
http://lucene.apache.org/java/2_0_0/queryparsersyntax.html
Field must be set to indexed="true" in the schema.
hope this helps.
olivier
More information about the TYPO3-project-solr
mailing list