Hi all,
In my index, I have an EnumField called severity. This is its configuration in
enumsConfig.xml:
Not Available
Low
Medium
High
Critical
My index contains documents with these values.
When I search for severity:High, I get results. But when
Hi All
I am Currently using solr 3.6.1 and my system handle lot of request .Now we
are facing High GC issue in system. Please find the memory parameters in my
solr system . Can some on help me to identify is there any relationship
between my memory parameters and GC issue.
MEM_ARGS="-Xms7936M -Xm
I found the issue. It had to do with edismax "qf" entry in request handler. I
had the following entry :
name_fra^1.2 title_fra^10.0 description_fra^5.0
author^1
Except for author, all other fields are of type adsktext_fra, while author
was of the type text_general, which uses english stopfilter
Thanks for your fast answer
On Wed, May 28, 2014 at 11:23 PM, Jack Krupansky-2 [via Lucene] <
ml-node+s472066n4138505...@n3.nabble.com> wrote:
> Pass multiple instances of the date.formats parameter:
>
> http://server:port
> /solr/update/extract?date.formats=-MM-dd'T'HH:mm:ss'Z'&date.formats
On Thu, May 29, 2014 at 10:25 AM, Otis Gospodnetic
wrote:
>> am not sure how the "may not want" process happened there. Would be
>> nice to have one actually, because there is a slow building wave of
>> external components for Solr which are completely not discoverable by
>> the Solr community at
Turned out to be a weird exception. Apparently, the comments in the
stopwords_fr.txt disrupts the stop filter factory. After I stripped off the
comments, it worked as expected.
Referred to this thread :
http://mail-archives.apache.org/mod_mbox/lucene-dev/201309.mbox/%3CJIRA.12668581.1379112889603
Hi,
On Wed, May 28, 2014 at 10:58 PM, Alexandre Rafalovitch
wrote:
> Well, Solr just bundled a set of Hadoop jars that does not actually
> contribute anything to Solr itself (not really integrated, etc). So, I
>
Good point about Hadoop jars.
> am not sure how the "may not want" process happene
Well, Solr just bundled a set of Hadoop jars that does not actually
contribute anything to Solr itself (not really integrated, etc). So, I
am not sure how the "may not want" process happened there. Would be
nice to have one actually, because there is a slow building wave of
external components for
Hi,
I'm having issues with French stop filter factory. Search doesn't work
when I use a stop word in a phrase search. For e.g. if I search arc de
cercle , Solr doesn't return any result. It however works if I use arc
cercle. Here's my schema setting :
Sample data
===
On May 28, 2014, at 6:19 PM, Kevin Murphy wrote:
> i’m using Django Haystack 2.1.0 with Solr 4.8.1 in an auto-complete
> application. I’ve noticed that words containing digits are not being
> matched. Examples are ‘B2B’, ‘PSG4’, and ‘5S_rRNA’. The words match up to
> the occurrence of the di
Hello Solr Community!
I'm very new at Solr, and I have an issue I can't get around. I did a
'full-import' command on an existing solr server, but forgot to specify
'clean=false', so the entire index ended up getting deleted.
Luckily for me, I had previously made a copy of the index in case someth
Yes - Luwak. Stay tuned for more. :)
Otis
--
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
On Wed, May 28, 2014 at 4:44 PM, Jorge Luis Betancourt Gonzalez <
jlbetanco...@uci.cu> wrote:
> Is there some work around in Solr ecosystem
Hi,
i’m using Django Haystack 2.1.0 with Solr 4.8.1 in an auto-complete
application. I’ve noticed that words containing digits are not being matched.
Examples are ‘B2B’, ‘PSG4’, and ‘5S_rRNA’. The words match up to the
occurrence of the digit and fail starting with the digit.
Below is what
The issue is absolute ordering (sort) and influencing (boosting).
Here's an example
score
no boosts popularity
doc1 100 1
doc2 75 2
doc3 10 3
Sorting by popularity asc will return doc1, doc2, doc3
Sorting by popularity des
what would "grouping on a multivalued field" mean? Count the same doc
separately for each value in the MV field? Use the first value?
This seems similar to the problem of sorting on fields with more than
one token, any approach I can think of will be wrong.
But this smells like an XY problem. Wh
Is there some work around in Solr ecosystem to get something similar to the
percolator feature offered by elastic search?
Greetings!VII Escuela Internacional de Verano en la UCI del 30 de junio al 11
de julio de 2014. Ver www.uci.cu
Pass multiple instances of the date.formats parameter:
http://server:port/solr/update/extract?date.formats=-MM-dd'T'HH:mm:ss'Z'&date.formats=-MM-dd'T'HH:mm:ss
But as the doc says, it comes preconfigured with all these formats:
-MM-dd'T'HH:mm:ss'Z'
-MM-dd'T'HH:mm:ss
-MM-dd
yy
Hi,
I think the question is not really "how" to do it - that's clear -
http://wiki.apache.org/solr/HowToContribute
The question is really about whether something like this would be of
interest to Solr community, whether it is likely it would be accepted into
Solr core or contrib, or whether, perh
Your understanding of the sorting mechanism with many shards is almost
right. In reality, Solr doesn't fetch the entire document from each shard.
Instead, it fetches just the uniqueKey and the sort field's value and then
merges them to get the top N and then fetches the actual doc content for
those
Hello,
Never heard about it. Please raise an issue. I don't mean I have a plan to
address it soon. It just makes sense to bookmark it.
On Wed, May 28, 2014 at 5:57 PM, Archie Sheran wrote:
> Hi, I would like to use a Solrj Bean to save/query nested documents from
> Solr. Is this possible? I see
Hi Pawel,
The easiest thing to do is to open a JIRA ticket on the Solr project, here:
https://issues.apache.org/jira/browse/SOLR, and attach your patch.
Alan Woodward
www.flax.co.uk
On 28 May 2014, at 16:50, Pawel Rog wrote:
> Hi,
> I need QParserPlugin that will use Redis as a backend to pre
Hello everybody
How can we pass more than value for "date.formats" parameter into the URL
Is comma seperated? Or we ca just define it into solrconfig.xml?
Example:
http://server:port/solr/update/extract?date.formats=-MM-dd'T'HH:mm:ss'Z',-MM-dd'T'HH:mm:ss
Thanks in advance
--
View this
How about using DIH’s EventListeners?
http://wiki.apache.org/solr/DataImportHandler#EventListeners
-Stefan
On Wednesday, May 28, 2014 at 5:31 PM, EXTERNAL Taminidi Ravi (ETI,
Automotive-Service-Solutions) wrote:
> Hi I am using the XML file for Indexing In SOLR. I am planning to make this
Hi,
I need QParserPlugin that will use Redis as a backend to prepare filter
queries. There are several data structures available in Redis (hash, set,
etc.). From some reasons I cannot fetch data from redis data structures,
build and send big requests from application. That's why I want to build
tha
On Wed, May 28, 2014 at 1:41 AM, Lokn wrote:
> Thanks for the reply.
> I am using edismax for the query parsing. Still it's not working.
> Instead of using local params, if I use the field directly then regex is
> working fine.
It's not for me...
This does not work:
http://localhost:8983/solr/qu
Hi I am using the XML file for Indexing In SOLR. I am planning to make this
process more automation. Creating XML File and Loading to SOLR.
I like to get email once the process is completed. Is there any way in solr can
this achieved, I am not seeing more inputs on configure notification in SOLR
Hi, I would like to use a Solrj Bean to save/query nested documents from
Solr. Is this possible? I see that since version 4.5 it is possible to
use *addChildDocument
*
(SolrInputDocument
child but looking at the source code for
org.apache.solr.client.solrj.beans.DocumentObjectBinder
I see that nes
Post the parsed query itself. Yes, edismax should always generate a
disjunctionmaxquery - in addition to the regexquery.
-- Jack Krupansky
-Original Message-
From: Lokn
Sent: Wednesday, May 28, 2014 1:53 AM
To: solr-user@lucene.apache.org
Subject: Re: Regex with local params is not wo
Hi,
I wanted to know how sorting works with multiple shards.
Suppose I have queried with 4 shards specified. Records per page specified
as 100 & sort-field as creationDate. So will it sort & fetch 100 documents
from each shard, and then they will be aggregated, sorted again & top 100
will be give
Support for keys, tagging and excluding filters in StatsComponent was added
with SOLR-3177 in v4.8.0
You can specify e.g. stats.field={!key=xyz}id and the output will use "xyz"
instead of "id".
On Wed, May 28, 2014 at 1:55 PM, Mohit Jain wrote:
> Hi,
>
> In a solr request one can specify alias
On 5/28/2014 3:45 AM, M, Arjun (NSN - IN/Bangalore) wrote:
> Also is there a way to check if autowarming completed (or) how to make
> the next commit wait till previous commit finishes?
With Solr, probably not. There might be a statistic available from an
admin handler that I don't know ab
I extended ExtractingDocumentLoader with this patch and it works.
https://issues.apache.org/jira/secure/attachment/12473188/SOLR-2416_ExtractingDocumentLoader.patch
Iterates throw all documents and extracts the name and the content of all
documents inside the file.
Regards,
Sergio
--
View thi
Alice,
How many unique groups are there in the field that you are grouping on?
When testing out the CollapsingQParserPlugin, take a look a the nullPolicy
option. If you'r working with a product catalog, there is often a scenario
where some products belong to a group and some don't. For products t
Hello there,
I am faceing the same problem.
Did anyone found a solution yet?
Thank you,
arres
--
View this message in context:
http://lucene.472066.n3.nabble.com/Grouping-performance-problem-tp3995245p4138419.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi, all
Does anybody has some advice for me on solr group performance. I have
no idea on the group performance.
To David Smiley
I am not responsible for endeca, It's a pity ,I have no comment on
endeca.
Best Regards,
Alice Yang
+86-021-51530666*41493
Floor 19,KaiKai Plaza,888,Wa
good
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p4138411.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
Also is there a way to check if autowarming completed (or) how to make
the next commit wait till previous commit finishes?
Thanks & Regards,
Arjun M
-Original Message-
From: ext Shawn Heisey [mailto:s...@elyograg.org]
Sent: Wednesday, May 28, 2014 10:31 AM
To: solr
good.
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p4138401.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi All,
Has anyone tried with building Offline indexes with EmbeddedSolrServer and
posting it to Shards.
FYI, I am done building the indexes but looking out for a way to post these
index files on shards.
Copying the indexes manually to each shard's replica is possible and is
working fine but I don
Hi,
In a solr request one can specify aliasing for returned fields using
: in "fl" param. I was looking at stats component and found
that similar support is not available. I do not want to expose internal
field names to external world. The plan is to do it in "fl" fashion instead
of post-processin
40 matches
Mail list logo