[TYPO3-Solr] Advanced search with SOLR

Olivier Dobberkau olivier.dobberkau at dkd.de
Fri Jul 27 10:58:08 CEST 2012


Am 26.07.12 23:10, schrieb Jigal van Hemert:

> You could define a fieldType in schema.xml which also indexes parts of
> words. This would include something like:
> <filter class="solr.NGramFilterFactory" minGramSize="3" maxGramSize="15"/>
> (this indexes parts of words of 3-15 characters)
> 
> If you search on the web you can find lots of documentation and examples
> for this NGramFilterFactory.
> 
> You can create an extra field in the solr index which contains
> information from a number of TYPO3 fields. If you use that field in your
> advanced search strings like "gensb", "egen", "gen", etc. will all match
> "Regensberg".

If you start addding stuff the schema.xml please take care of tracking it.

If you think this feauture would make sense for the general audience
then send us a feature request thru forge.

http://forge.typo3.org/projects/show/extension-solr

Olivier


More information about the TYPO3-project-solr mailing list