Re: Apache Solr Configuration Problem (Japanese Language)

2014-03-06 Thread T. Kuro Kurosaka
Andy, I don't have a direct answer to your question but I have a question. On 03/05/2014 07:21 AM, Andy Alexander wrote: fq=ss_language:ja&q=製品 I am guessing you have a field called ss_language where a language code of the document is stored, and you have Solr documents of different language

Apache Solr Configuration Problem (Japanese Language)

2014-03-05 Thread Andy Alexander
I am trying to pass a string of Japanese characters to an Apache Solr query. The string in question is '製品'. When a search is passed without any arguments, it brings up all of the indexed information, including all of the documents that have this particular string in them, however when this parame

Re: Configuration problem

2014-03-03 Thread Thomas Fischer
Am 03.03.2014 um 22:43 schrieb Shawn Heisey: > On 3/3/2014 9:02 AM, Thomas Fischer wrote: >> The setting is >> solr directories (I use different solr versions at the same time): >> /srv/solr/solr4.6.1 is the solr home, in solr home is a file solr.xml of the >> new "discovery type" (no cores), and

Re: Configuration problem

2014-03-03 Thread Shawn Heisey
On 3/3/2014 9:02 AM, Thomas Fischer wrote: The setting is solr directories (I use different solr versions at the same time): /srv/solr/solr4.6.1 is the solr home, in solr home is a file solr.xml of the new "discovery type" (no cores), and inside the core directories are empty files core.propert

Configuration problem

2014-03-03 Thread Thomas Fischer
Hello, for some reason I have problems to get my local solr system to run (MacBook, tomcat 6.0.35). The setting is solr directories (I use different solr versions at the same time): /srv/solr/solr4.6.1 is the solr home, in solr home is a file solr.xml of the new "discovery type" (no cores), and

Re: SolrEntityProcessor Configuration Problem

2012-04-06 Thread Lance Norskog
The SolrEntityProcessor resolves all of its parameters at start time, not for each query. This technique cannot work. I filed it: https://issues.apache.org/jira/browse/SOLR-3336 On Fri, Apr 6, 2012 at 11:13 AM, wrote: > Dear all, > I'm facing a problem with SolrEntityProcessor, when having it c

SolrEntityProcessor Configuration Problem

2012-04-06 Thread michael . kroh
Dear all, I'm facing a problem with SolrEntityProcessor, when having it configured under a JDBC Datasource. My configuration looks like this:

Re: HTMLStripCharFilterFactory configuration problem

2010-04-17 Thread Ahmet Arslan
> Actually I am using SolrJ client.. > Is there anyway to do same using solrj. > > thanks If you are using Java, life is easier. You can use this static function before adding a field to SolrInputDocument. static String stripHTMLX(String value) { StringBuilder out = new StringBuilder(

Re: HTMLStripCharFilterFactory configuration problem

2010-04-17 Thread Ranveer Kumar
thanks.. Actually I am using SolrJ client.. Is there anyway to do same using solrj. thanks On Sat, Apr 17, 2010 at 8:06 PM, Ahmet Arslan wrote: > > > > Thanks for reply.. > > but how will I get the stored value instead of indexed > > value.. > > where I need to configure to get stored instead

Re: HTMLStripCharFilterFactory configuration problem

2010-04-17 Thread Ahmet Arslan
> Thanks for reply.. > but how will I get the stored value instead of indexed > value.. > where I need to configure to get stored instead of indexed > value. > please help... > You need to remove html tags before analysis (charfilter, tokenizer, tokenfilter) phase. For example if you are using

Re: HTMLStripCharFilterFactory configuration problem

2010-04-17 Thread Ranveer Kumar
Hi Sven, Thanks for reply.. but how will I get the stored value instead of indexed value.. where I need to configure to get stored instead of indexed value. please help... thanks with regards On Wed, Apr 14, 2010 at 3:16 PM, Sven Maurmann wrote: > Hi, > > please note that you get the stored va

Re: HTMLStripCharFilterFactory configuration problem

2010-04-14 Thread Sven Maurmann
Hi, please note that you get the stored value of the field as a result and not the indexed one. Cheers, Sven --On Wednesday, April 14, 2010 02:54:52 PM +0530 Ranveer Kumar wrote: Hi all, I am facing problem to configure HTMLStripCharFilterFactory. following is the schema :

HTMLStripCharFilterFactory configuration problem

2010-04-14 Thread Ranveer Kumar
Hi all, I am facing problem to configure HTMLStripCharFilterFactory. following is the schema : when I am checking with analysis.jsp it giving true result. But in m

Re: Tomcat JNDI and CWD Configuration problem with multiple solrs

2008-04-19 Thread Albert Ramstedt
OMG! I found the error. I cant believe how much time i spent on this and it turns out i should pay more attention. (Or really, I can believe, because it happens more frequently than I wish it would). Anyway, for those having the same issue in the future: I am using acts_as_solr, a rails plugin f

Re: Tomcat JNDI and CWD Configuration problem with multiple solrs

2008-04-18 Thread Chris Hostetter
: The apps seem to work fine, only for some reason, when I start tomcat it : creates a solr dir in the cwd. So naturally, depending on where i do the Solr does not ever attempt to create a directory named "solr" (the only directories Solr tries to create if they don't already exist are inside o

Tomcat JNDI and CWD Configuration problem with multiple solrs

2008-04-17 Thread Albert Ramstedt
Hello List! I am not an expert at configuring Tomcat, so I must be doing something wrong, but for the life of me, I cannot find anything that would explain this: I want to have two separate solr apps running on one tomcat. I use the exact configuration suggested here: http://wiki.apache.org/solr