Parallel SQL / calcite adapter

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

StandardTokenizer vs. hyphens

2013-05-17 Thread Kai Gülzau
query2: e mail -> doc2,doc3 Any suggestions to configure or code the 2nd behavior? Regards, 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

RE: Term Frequencies for Query Result

2013-02-15 Thread Kai Gülzau
e term". When I could get the sum of the term frequencies, my hope is to be able to distinguish between too common terms and more 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-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: 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. T

copy Field / postprocess Fields after analyze / dynamic analyzer config

2013-02-08 Thread Kai Gülzau
er configuration depending on another field value (language). 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

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? ??? Thanks, Kai -Original Message- From: Tommaso Teofili [mailto:tommaso.teof...@gmail.com] Sent: Monday, February 04, 2013 2:47 PM To: solr-user@lucene.apache.org Subject: Re: Indexing n

which analyzer is used for facet.query?

2013-02-05 Thread Kai Gülzau
at facet.query is using 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 - UIMA vs. OpenNLP

2013-02-01 Thread Kai Gülzau
ve my english (brown) whitelist for UIMA :-) Regards, Kai Gülzau

Indexing nouns only with UIMA works - performance issue?

2013-02-01 Thread Kai Gülzau
itespace tokenizer successfully initialized" Feb 01, 2013 11:07:34 AM WhitespaceTokenizer typeSystemInit Information: "Whitespace tokenizer typesystem initialized" Feb 01, 2013 11:07:34 AM WhitespaceTokenizer processInformation: "Whitespace tokenizer starts processin

RE: Indexing nouns only - UIMA vs. OpenNLP

2013-01-31 Thread Kai Gülzau
zer Admin GUI)? Regards, Kai Gülzau -Original Message----- From: Kai Gülzau [mailto:kguel...@novomind.com] Sent: Thursday, January 31, 2013 2:19 PM To: solr-user@lucene.apache.org Subject: Indexing nouns only - UIMA vs. OpenNLP Hi, I am stuck trying to index only the nouns of german and english

Indexing nouns only - UIMA vs. OpenNLP

2013-01-31 Thread Kai Gülzau
with solr 4.1. Any pointers appreciated :-) Regards, Kai Gülzau

Term Frequencies for Query Result

2013-01-30 Thread Kai Gülzau
t;termVectors":[ "uniqueKeyFieldName","ukey", "798_7_0",[ "uniqueKey","798_7_0", "albody",[ "der",[ "tf",5], "die",[ "tf",7], ... 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
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 -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Saturday, J

mailto: scheme aware tokenizer

2012-03-16 Thread Kai Gülzau
Is there any analyzer out there which handles the mailto: scheme? UAX29URLEmailTokenizer seems to split at the wrong place: mailto:t...@example.org -> mailto:test example.org As a workaround I use mailto:"; replacement="mailto: "/> Regards, Ka

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 producti

DIH -> how to collect added/error unique keys?

2011-11-09 Thread Kai Gülzau
gestions? Regards, 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

RE: document update / nested documents / document join

2011-10-17 Thread Kai Gülzau
ink I'll give 1.) 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 joi

RE: document update / nested documents / document join

2011-10-17 Thread Kai Gülzau
The only way to do what I want in a released 3.x version is to do several searches 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 sear

document update / nested documents / document join

2011-10-13 Thread Kai Gülzau
dynamic content and join both at query time." SOLR-2272 is committed to trunk/solr 4. Are there any planned release dates for solr 4 or a possible backport for SOLR-2272 in 3.x? I would appreciate any suggestions. Regards, Kai Gülzau

RE: Multiple indexes

2011-06-17 Thread Kai Gülzau
, you are right :) So i will start 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 > T

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 MultiSear