Empty shard1 - -:{"shard1":[]} cannot add new replicas

2021-02-05 Thread Dirk Wintergruen
.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.u

Extended Dismax Query Parser with AND as default operator

2015-06-18 Thread Dirk Buchhorn
the expected result. Is this a bug in the extended dismax parser or what is the reason for not consequently applying q.op=AND to the query expression? Kind regards Dirk Buchhorn

Re: EarlyTerminatingCollectorException

2014-11-06 Thread Dirk Högemann
Would you mind to raise a ticket? On Wed, Nov 5, 2014 at 6:51 PM, Dirk Högemann dhoeg...@gmail.com wrote: Our production Solr-Slaves-Cores (we have about 40 Cores (each has a moderate size about 10K documents to 90K documents)) produce many exceptions of type: 014-11-05 15:06:06.247

EarlyTerminatingCollectorException

2014-11-05 Thread Dirk Högemann
. -- documentCache class=solr.FastLRUCache size=8192 initialSize=8192 autowarmCount=4096/ /query What exactly does the exception mean? Thank you! -- Dirk --

Solr4.2 PostCommit EventListener not working on Replication-Instances

2013-07-25 Thread Dirk Högemann
Hello, I have implemented a Solr EventListener, which should be fired after committing. This works fine on the Solr-Master Instance and it also worked in Solr 3.5 on any Slave Instance. I upgraded my installation to Solr 4.2 and now the postCommit event is not fired any more on the replication

Highlighting problems

2013-03-11 Thread Dirk Wintergruen
/str /arr /requestHandler Cheers Dirk

Re: AW: Highlighting problems

2013-03-11 Thread Dirk Wintergruen
Hi Andre, thanks this did the job. I also had to enable edismax and set the default parameter there - otherwise no highlighting at all. Best Dirk Am 11.03.2013 um 13:59 schrieb André Widhani andre.widh...@digicol.de: Hi Dirk, please check http://wiki.apache.org/solr

Re: Bad performance while query pdf solr documents

2012-12-23 Thread Dirk Högemann
You can define the fields to be returned with the fl parameter fl=the, needed, fields - usually the score and the id... 2012/12/23 uwe72 uwe.clem...@exxcellent.de hi i am indexing pdf documents to solr by tika. when i do the query in the client with solrj the performance is very bad (40

Re: Bad performance while query pdf solr documents

2012-12-23 Thread Dirk Högemann
Do you really need them all in the response to show them in the results? As you define them as not stored now this does not seem so. 2012/12/23 Otis Gospodnetic otis.gospodne...@gmail.com Hi, You can specify them in solrconfig.xml for your request handler, so you don't have to specify it

Solr3.5 PatternTokenizer / Search Analyzer tokenizing always at whitespace?

2012-12-17 Thread Dirk Högemann
local parameters are not the way to go here? Best Dirk

Re: Solr3.5 PatternTokenizer / Search Analyzer tokenizing always at whitespace?

2012-12-17 Thread Dirk Högemann
+cl2Categories_NACE:erden, +cl2Categories_NACE:sonstiger +cl2Categories_NACE:bergbau/str/arr That is the relevant debug Output from the query. 2012/12/17 Dirk Högemann dirk.hoegem...@googlemail.com Hi, I am not sure if am missing something, or maybe I do not exactly understand the index/search analyzer

Re: Solr3.5 PatternTokenizer / Search Analyzer tokenizing always at whitespace?

2012-12-17 Thread Dirk Högemann
or quoted characters which will then be seen by the analyzer tokenizer. -- Jack Krupansky -Original Message- From: Dirk Högemann Sent: Monday, December 17, 2012 11:01 AM To: solr-user@lucene.apache.org Subject: Re: Solr3.5 PatternTokenizer / Search Analyzer tokenizing always

Re: Forwardslash delimiter.Solr4.0 query for path like /Customer/Content/*

2012-11-01 Thread Dirk Högemann
Ok.If there is no other way I will have some string parsing to do, but in this case I am wondering a little bit about the chosen delimiter...as it is central to nearly any path in directories, web resources etc.,right? Best Dirk Am 30.10.2012 19:16 schrieb Jack Krupansky j...@basetechnology.com

Forwardslash delimiter.Solr4.0 query for path like /Customer/Content/*

2012-10-30 Thread Dirk Högemann
tokenizer class=solr.KeywordTokenizerFactory/ filter class=solr.LowerCaseFilterFactory/ /analyzer Best and thanks for any hints Dirk

Re: Building an enterprise quality search engine using Apache Solr

2012-10-19 Thread dirk
enterprise search solution, you should talk to some people with similar solutions, think of your own requirements in detail and then multiply your estimation with 2. Then perhaps you have a realistic estimate. Dirk - my developer logs -- View this message in context: http://lucene

Re: diversity of search results?

2012-10-19 Thread dirk
-processed deduplication. Here you can find an entry point: http://wiki.apache.org/solr/Deduplication Dirk - my developer logs -- View this message in context: http://lucene.472066.n3.nabble.com/diversity-of-search-results-tp4014692p4014696.html Sent from the Solr - User mailing list

Re: WordDelimiterFilter and the dot character

2012-10-17 Thread dirk
Filters I also use at query time. Perhaps it could help. Dirk - erste Erfahrungen mit SOLR u. Vufind -- View this message in context: http://lucene.472066.n3.nabble.com/WordDelimiterFilter-and-the-dot-character-tp4014220p4014225.html Sent from the Solr - User mailing list archive

Re: how to boost query term after tokenizer

2012-10-17 Thread dirk
. In order to provide index data you can try to pre-process your data in order to save most important keywords in seperated search fields. Then you boost those fields on query time. Hope I could help, Dirk - erste Erfahrungen mit SOLR u. Vufind -- View this message in context: http://lucene

solr4.0 LimitTokenCountFilterFactory NumberFormatException

2012-10-17 Thread Dirk Högemann
:358) at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:159) ... 29 more Any ideas? Best Dirk

Re: solr4.0 LimitTokenCountFilterFactory NumberFormatException

2012-10-17 Thread Dirk Högemann
IllegalArgumentException(**maxTokenCount is mandatory.); } maxTokenCount = Integer.parseInt(args.get(**maxTokenCountArg)); Hmmm... try this workaround: filter class=solr.**LimitTokenCountFilterFactory maxTokenCount=foo foo=1/ -- Jack Krupansky -Original Message- From: Dirk Högemann Sent

Auto commit exception in Solr 4.0 Beta

2012-08-21 Thread Dirk Högemann
) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Is this a known bug, or is it maybe a Classpath problem I am facing here? Best Dirk Hoegemann

Re: Auto commit exception in Solr 4.0 Beta

2012-08-21 Thread Dirk Högemann
Perfect. I reindexed the whole index and everything worked fine. The exception was just a little bit confusing. Best Dirk Am 21.08.2012 14:39 schrieb Jack Krupansky j...@basetechnology.com: Did you explicitly run the IndexUpgrader before adding new documents? In theory, you don't have to do

Solr / Tika Integration

2012-02-10 Thread Dirk Högemann
it? Best Dirk

Re: Solr / Tika Integration

2012-02-10 Thread Dirk Högemann
Creutz feldt- Ja kob-Krank heit Stel lung nah men des Ar beits krei ses Blut Our suggest component and parts of our search is getting hard to use by this. Any other ideas? Best Dirk 2012/2/10 Jan Høydahl jan@cominvent.com I think you need to control the parameter enableAutoSpace in PDFBox

Re: Solr / Tika Integration

2012-02-10 Thread Dirk Högemann
Interesting thing is that the only Tool I found to handle my pdf correctly was pdftotext. 2012/2/10 Robert Muir rcm...@gmail.com On Fri, Feb 10, 2012 at 6:18 AM, Dirk Högemann dirk.hoegem...@googlemail.com wrote: Our suggest component and parts of our search is getting hard to use

Re: Phonetic search and matching

2012-02-07 Thread Dirk Högemann
would be ok,right? Dirk Am 07.02.2012 14:01 schrieb Erick Erickson erickerick...@gmail.com: What happens if you do NOT inject? Setting inject=false stores only the phonetic reduction, not the original text. In that case your false match on 13 would go away Not sure what that means

Phonetic search and matching

2012-02-06 Thread Dirk Högemann
that a search for puf does not match 13 in the content? Thanks in advance! Dirk

Auto-Commit and failures / schema violations

2011-07-29 Thread Dirk Högemann
a list of documents to add and commit these, instead of using the auto-commit function? Thanks in advance for any help! Dirk Högemann ___ Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die Toolbar eingebaut! http://produkte.web.de/go