Parallel SQL / calcite adapter

2015-11-19 Thread Kai Gülzau
l sql feature (over jdbc) to connect calcite (or apache drill) to solr? Any suggestions? Thanks, Kai Gülzau

Keyword aware Tokenizer?

2013-05-17 Thread Kai Gülzau
: does|my|order|4711.0815!-somecode_and.other(stuff)|arrive|on|Friday Any pointer? How to code? Regards, Kai Gülzau

StandardTokenizer vs. hyphens

2013-05-17 Thread Kai Gülzau
to configure or code the 2nd behavior? Regards, Kai Gülzau

RE: How to make this work with SOLR ( LUCENE-2899 : Add OpenNLP Analysis capabilities as a module)

2013-02-15 Thread Kai Gülzau
I tried patching my SOLR 4.1 source , as well as a freshly downloaded SOLR trunk, to no avail. I guess I just need some tips on how and what to patch. I tried to patch the base directory as well as the lucene directory. If there's something I need to hack in the patch, do let me know. Try

RE: which analyzer is used for facet.query?

2013-02-15 Thread Kai Gülzau
OK, problem solved... I my tests I only reloaded the core master and queried the core slave. So config changes on slave where not in place :-\ Sorry guys! Kai

RE: Term Frequencies for Query Result

2013-02-15 Thread Kai Gülzau
relevant terms. Something like a score for a term based on a filtered query. regards, Kai Gülzau

RE: which analyzer is used for facet.query?

2013-02-08 Thread Kai Gülzau
So it seems that facet.query is using the analyzer of type index. Is it a bug or is there another analyzer type for the facet query? Nobody? Should I file a bug? Kai -Original Message- From: Kai Gülzau [mailto:kguel...@novomind.com] Sent: Tuesday, February 05, 2013 2:31 PM To: solr

copy Field / postprocess Fields after analyze / dynamic analyzer config

2013-02-08 Thread Kai Gülzau
: http://lucene.472066.n3.nabble.com/copyField-after-analyzer-td3900337.html Another approach would be to allow analyzer configuration depending on another field value (language). regards, Kai Gülzau

which analyzer is used for facet.query?

2013-02-05 Thread Kai Gülzau
the analyzer of type index. Is it a bug or is there another analyzer type for the facet query? Regards, Kai Gülzau

RE: Indexing nouns only with UIMA works - performance issue?

2013-02-05 Thread Kai Gülzau
So with https://issues.apache.org/jira/browse/LUCENE-4749 it's possible to set the ModelFile? tokenizer class=solr.UIMAAnnotationsTokenizerFactory descriptorPath=/uima/AggregateSentenceAE.xml tokenType=org.apache.uima.SentenceAnnotation ngramsize=2

Indexing nouns only with UIMA works - performance issue?

2013-02-01 Thread Kai Gülzau
? Regards, Kai Gülzau -Original Message- From: Kai Gülzau [mailto:kguel...@novomind.com] Sent: Thursday, January 31, 2013 6:48 PM To: solr-user@lucene.apache.org Subject: RE: Indexing nouns only - UIMA vs. OpenNLP UIMA: I just found this issue https://issues.apache.org/jira/browse/SOLR

RE: Indexing nouns only - UIMA vs. OpenNLP

2013-02-01 Thread Kai Gülzau
/ Thanks for the pointer, used it to improve my english (brown) whitelist for UIMA :-) Regards, Kai Gülzau

Indexing nouns only - UIMA vs. OpenNLP

2013-01-31 Thread Kai Gülzau
/LUCENE-2899 But the patch seems to be a bit out of date. Currently I try to get it to work with solr 4.1. Any pointers appreciated :-) Regards, Kai Gülzau

RE: Indexing nouns only - UIMA vs. OpenNLP

2013-01-31 Thread Kai Gülzau
hints on which lib is more accurate on noun tagging? Any performance or memory issues (some OOM here while testing with 1GB via Analyzer Admin GUI)? Regards, Kai Gülzau -Original Message- From: Kai Gülzau [mailto:kguel...@novomind.com] Sent: Thursday, January 31, 2013 2:19 PM

Term Frequencies for Query Result

2013-01-30 Thread Kai Gülzau
], ... Does anyone know a better and more efficient solution? Regards, Kai Gülzau

RE: How to update one field without losing the others?

2012-06-18 Thread Kai Gülzau
in { ukey:08154711, type:1, nbody:{set=mycontent}}] } All fields are stored. ukey is the unique key :-) type is a required field. nbody is a solr.TextField. Is there any (wiki/readme) pointer how to test and use these feature correctly? What are the restrictions? Regards, Kai Gülzau

mailto: scheme aware tokenizer

2012-03-16 Thread Kai Gülzau
: / Regards, Kai Gülzau novomind AG __ Bramfelder Straße 121 • 22305 Hamburg phone +49 (0)40 808071138 • fax +49 (0)40 808071-100 email kguel...@novomind.com • http://www.novomind.com Vorstand : Peter Samuelsen (Vors.) • Stefan Grieben • Thomas Köhler

RE: DIH Strange Problem

2011-11-28 Thread Kai Gülzau
Do you use Java 6 update 29? There is a known issue with the latest mssql driver: http://blogs.msdn.com/b/jdbcteam/archive/2011/11/07/supported-java-versions-november-2011.aspx In addition, there are known connection failure issues with Java 6 update 29, and the developer preview (non

DIH - how to collect added/error unique keys?

2011-11-09 Thread Kai Gülzau
, Kai Gülzau

RE: Jetty logging

2011-11-03 Thread Kai Gülzau
Hi, remove slf4j-jdk14-1.6.1.jar from the war and repack it with slf4j-log4j12.jar and log4j-1.2.14.jar instead. -http://wiki.apache.org/solr/SolrLogging Regards, Kai Gülzau -Original Message- From: darul [mailto:daru...@gmail.com] Sent: Thursday, November 03, 2011 11:26 AM To: solr

RE: document update / nested documents / document join

2011-10-17 Thread Kai Gülzau
and joining the results manually. e.g. q=category:bugfixes - doc1 - ticketid: 1001 q=body:answers - doc3 - ticket:1001 - result ticketid:1001 This I way I would lose benefits like faceted search etc. :-\ Any suggestions? Regards, Kai Gülzau -Original Message- From: Kai Gülzau [mailto:kguel

RE: document update / nested documents / document join

2011-10-17 Thread Kai Gülzau
.) a try and wait for 2.) if I get into trouble. Regards, Kai Gülzau -Original Message- From: Thijs [mailto:vonk.th...@gmail.com] Sent: Monday, October 17, 2011 1:22 PM To: solr-user@lucene.apache.org Subject: Re: document update / nested documents / document join Hi, First. I'm

RE: Multiple indexes

2011-06-17 Thread Kai Gülzau
testing with one mixed type index and perhaps use IndexReaderFactory afterwards in comparison. Thanks, Kai Gülzau

RE: Multiple indexes

2011-06-16 Thread Kai Gülzau
which returns a lucene MultiReader!? Is the IndexReaderFactory still Experimental? https://issues.apache.org/jira/browse/SOLR-1366 Regards, Kai Gülzau -Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Wednesday, June 15, 2011 8:43 PM To: solr-user

RE: Is there anything like MultiSearcher?

2011-06-15 Thread Kai Gülzau
Hi Roman, do you have solved your problem and how? Regards, Kai Gülzau -Original Message- From: Roman Chyla [mailto:roman.ch...@gmail.com] Sent: Saturday, February 05, 2011 4:50 PM To: solr-user@lucene.apache.org Subject: Is there anything like MultiSearcher? Dear Solr