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
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
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
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
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
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
Dear all,
I'm facing a problem with SolrEntityProcessor, when having it configured
under a JDBC Datasource.
My configuration looks like this:
> 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(
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
> 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
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
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 :
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
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
: 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
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
16 matches
Mail list logo