Running Solr 4.8.1 as a 64 bit Windows Service

2020-01-03 Thread Michael Tobias
Hi guys We are still running Solr 4.8.1 (Bitnami Windows version) and cannot upgrade at this time. Everything has worked fine for a year running as a 32 bit windows service (Windows Server 2012R2) but we are now experiencing dreadful memory issues - the JVM is being exhausted and I cannot

newbie question re solr.PatternReplaceFilterFactory

2017-05-10 Thread Michael Tobias
I am sure this is very simple but I cannot get the pattern right. How can I use solr.PatternReplaceFilterFactory to remove all words in brackets from being indexed? eg [ignore this] thanks Michael

Data Import Handler on 6.4.1

2017-03-15 Thread Michael Tobias
I am sure I am missing something simple but I am running Solr 4.8.1 and trialling 6.4.1 on another computer. I have had to manually modify the automatic 6.4.1 scheme config as we use a set of specialised field types. They work fine. I am now trying to populate my core with data and having

SlowFuzzySearch

2014-06-29 Thread Michael Tobias
Hi guys I know that Solr now has a fast Fuzzy Search capability for levenshtein distances of up to 2, but I would like to use distances of 3 or 4 (up to half the word length if possible). I have been told it is possible to use an older fuzzy search version called SlowFuzzyQuery but I am not