Hi All,
I want to use suggest option in solr but my SOLR is in cloud mode hence to
get the suggestion every time in query I need to provide shard url with it
like below:-
http://node1/solr/city/suggest?suggest.dictionary=solr-suggester&suggest=true&suggest.build=true&suggest.q=Delhi&shards=node1/
Roughly how many collections and how much records do you have in your Solr?
I have 8 collections with a total of roughly 227000 records, most of which
are CSV records. One of my collections have 142000 records.
Regards,
Edwin
On 22 April 2015 at 13:49, Shawn Heisey wrote:
> On 4/21/2015 11:33
I got same issue when using 4.10.2. I suspected this issue will cause
trouble when using too many reducers.
Then I tried to use less reducers, and made it work.
I do not think map-reduce contrib in this version is stable... Anyway it is
free.
On Tue, Apr 21, 2015 at 10:56 PM, ralph tice wrote:
>
Hello list,
I'm using mapreduce from contrib and I get this stack trace:
https://gist.github.com/ralph-tice/b1e84bdeb64532c7ecab
Whenever I specify 4.10 in my
solrconfig.xml. 4.9 works fine. I'm using 4.10.4 artifacts for both map
reduce runs. I tried raising maxWarmingSearchers to 20 and set
On 4/21/2015 11:33 PM, Zheng Lin Edwin Yeo wrote:
> I've got the amount of disk space used, but for the "Heap Memory Usage"
> reading, it is showing the value -1.
> Do we need to change any settings for it? When I check from the Windows
> Task Manager, it is showing about 300MB for shard1 and 150MB
Thanks Shawn.
I've got the amount of disk space used, but for the "Heap Memory Usage"
reading, it is showing the value -1.
Do we need to change any settings for it? When I check from the Windows
Task Manager, it is showing about 300MB for shard1 and 150MB for shard2.
But I suppose that is the usag
After changing zookeeper time out from 10sec to 45/50 sec and monitoring for
a long time i can observe servers went on recovery multiple times, but the
Exceptions are some what different :
INFO - 2015-04-22 09:02:47.943;
org.apache.solr.common.cloud.ConnectionManager; Watcher
org.apache.solr.co
On 4/21/2015 7:48 PM, Zheng Lin Edwin Yeo wrote:
> Does anyone knows the way to check the accurate memory and disk usage for
> each individual collections that's running in Solr?
>
>
> I'm using Solr-5.0.0 with 3 instance of external zookeeper-3.4.6, running
> on 2 shards/
Solr's admin UI will t
Hi everyone,
Does anyone knows the way to check the accurate memory and disk usage for
each individual collections that's running in Solr?
I'm using Solr-5.0.0 with 3 instance of external zookeeper-3.4.6, running
on 2 shards/
Regards,
Edwin
Hi Christoph,
I’ve added your wiki name to the ContributorsGroup page, so you should now be
able to edit pages on the wiki.
Steve
> On Apr 21, 2015, at 8:15 AM, Christoph Schmidt
> wrote:
>
> Solr Community,
>
> I’m Christoph Schmidt (http://www.moresophy.com/de/management), CEO of the
>
I posted this question on Stackoverflow, but wanted to get this to some
attention of Solr mailing lists as well:
http://stackoverflow.com/questions/29783237/solr-search-with-various-combinations-of-space-hyphen-casing-and-punctuations
Thanks in advance,
Venkat Sudheer Reddy Aedama
--
View this
Hi All,
And stopword in user query is being changed to q.op=AND, i am going to
look more into this
i thought of sharing this in solr community just in-case if someone have
came across this issue.
OR
I will also be validating my config and schema if i am doing something
wrong.
solr : 4.9
query pa
Tom Evans wrote:
> I do apologise for wasting anyone's time on this, the PEBKAC (my
> keyboard and chair unfortunately). When adding the new server to
> haproxy, I updated the label for the balancer entry to the new server,
> but left the host name the same, so the server that wasn't using any
> R
Hi,
My name is Octavia, and I'm a Developer Evangelist at Toptal. We are an
online marketplace for software developers, with one important difference:
our screening process means that we only accepts the top 3% of applicants.
We have just released a new Apache Lucerne article that I'd love your
f
Escaped entities and CDATA sections are two syntaxes for the same thing. After
these two are parsed, they are exactly the same XML information.
If your client can only handle one of the two syntaxes, they are not actually
using XML. This is not a bug. Your client appears misguided.
wunder
Walte
Not really sure what you're asking here, I must be missing something.
The mapping is through the field name supplied, so as long as your input
XML has something like
your date here
it should be fine.
You can use "date math" here as well, as:
NOW
Best,
Erick
On Tue, Apr
Did you build your suggest dictionary after indexing? Kind of a shot in the
dark but worth a try.
Note that the suggest field of your suggester isn't using your "text_suggest"
field type to make suggestions, it's using "text_general". IOW, the text may
not be analyzed as you expect.
Best,
Erick
On Tue, Apr 21, 2015 at 9:46 AM, mesenthil1
wrote:
> We are using DIH for indexing XML files. As part of the xml we have xml
> enclosed with CDATA. It is getting indexed but in response the CDATA content
> is coming as decoded terms instead of symbols.
Your problem is ambiguous since we can't tel
Did you follow Ere's link and try that?
*
There's a wiki page about possible issues and solutions for
unsubscribing, see
https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists.
Regards,
Ere
Or look here? http://lucene.apache.org/solr/resources.html, see the
unsubscribe link
I am a newbie and just started using Solr 4.10.3. We have successfully indexed
a network drive and are running searches. We now have a request to show the
"Created Date" for all documents (PDF/WORD/TXT/XLS) that come back in our
search results. I have successfully filtered on the last_modifie
Hello together,
I have some problems with the Solr 5.1.0 suggester.
I followed the instructions in
https://cwiki.apache.org/confluence/display/solr/Suggester and also tried the
techproducts example delivered with the binary package, which is working well.
I added a field suggestions-Field to t
Thanks.
For wt=json, it is bringing the results properly. I understand the reason
for getting this in <. As our solr client is expecting this to be like
within CDATA, I am looking for a way to achieve this.
--
View this message in context:
http://lucene.472066.n3.nabble.com/CDATA-response-
It seems this is done in XML(Response)Writer:
XML.escapeAttributeValue(stylesheet, writer);
I suppose this is valid according with XML escaping rules, but it's just
a thought of mine because I don't know so strictly those rules. I see
the < character is being escaped so what you get is coheren
We are using DIH for indexing XML files. As part of the xml we have xml
enclosed with CDATA. It is getting indexed but in response the CDATA content
is coming as decoded terms instead of symbols. Example:
/Feed file:
/
123
abc pqr xyz
*
Is my understanding of synonyms.txt configuration correct
1. When the user can search from a list of synonyms and the searchable
document can have any synonym the configuration should be like below.
Fuji, Gala, Braeburn, Crisp => Fuji, Gala, Braeburn, Crisp
2. When the user can search from a list
I do apologise for wasting anyone's time on this, the PEBKAC (my
keyboard and chair unfortunately). When adding the new server to
haproxy, I updated the label for the balancer entry to the new server,
but left the host name the same, so the server that wasn't using any
RAM... wasn't getting any req
Hi Christoph,
You mean https://wiki.apache.org/solr/Support ?
If yes, you need to request for edit wiki right by saying your username.
Then, you can add your company by yourself.
Ahmet
On Tuesday, April 21, 2015 3:15 PM, Christoph Schmidt
wrote:
Solr Community,
I’m Christoph Schmidt (ht
Please reply
-Original Message-
From: Isha Garg [mailto:isha.g...@creditpointe.com]
Sent: Monday, April 20, 2015 2:54 PM
To: solr-user@lucene.apache.org
Subject: Unsubscribe from Mailing list
Hi ,
Can anyone tell me how to unsubscribe from Solr mailing lists. I tried sending
email on
Hi All,
I have solr log full by this warning:
- Stopping recovery for
zkNodeName=core_node2core=utenti_20141121_shard1_replica3
This warning appears very frequentely, about every 10 minutes.
Is there any way to recovery the replica? Or should I remove and create
again the replica?
Best regards
Solr Community,
I'm Christoph Schmidt (http://www.moresophy.com/de/management), CEO of the
german company moresophy GmbH.
My Solr Wiki name is:
- ChristophSchmidt
We are working with Lucene since 2003 and Solr 2012 and are building linguistic
token filters and plugins for Solr.
We wou
We monitor them with munin, so I have charts if attachments are
acceptable? Having said that, they have only been running for a day
with this memory allocation..
Describing them, the master consistently has 8GB used for apps, the
8GB used in cache, whilst the slave consistently only uses ~1.5GB fo
Hi - what do you see if you monitor memory over time? You should see a typical
saw tooth.
Markus
-Original message-
> From:Tom Evans
> Sent: Tuesday 21st April 2015 12:22
> To: solr-user@lucene.apache.org
> Subject: Confusing SOLR 5 memory usage
>
> Hi all
>
> I have two SOLR 5 serve
Hi all
I have two SOLR 5 servers, one is the master and one is the slave.
They both have 12 cores, fully replicated and giving identical results
when querying them. The only difference between configuration on the
two servers is that one is set to slave from the other - identical
core configs and
Yes, with Solr 5.1 we use MDC to log collection, shard, replica and core
via SOLR-6673. See http://issues.apache.org/jira/browse/SOLR-6673
In trunk and un-released 5.2, there is more logging and context, see
http://issues.apache.org/jira/browse/SOLR-7381
It is possible that some places may have b
Shawn,
Yes, I had used java -jar start.jar. I haven't tried moving it to a local
hard disk, as I wanted to work on two machines (work and home). So was
using a pen drive as the index storage. Yesterday, I did the complete
indexing and then unplugged the drive from work machine and connected to my
+1 :)
That would be very helpful!
Thanks,
Stefan
Am 21.04.2015 um 09:07 schrieb forest_soup:
Can we have [core name] in each log entry?
It's hard for us to know the exact core having a such issue and the
sequence, if there are too many cores in a solr node in a SolrCloud env.
I post the reque
Can we have [core name] in each log entry?
It's hard for us to know the exact core having a such issue and the
sequence, if there are too many cores in a solr node in a SolrCloud env.
I post the request to this JIRA ticket.
https://issues.apache.org/jira/browse/SOLR-7434
--
View this message in
Dear Solr Users,
With Solr3.6, when I want to force a commit without giving data, I do:
java -jar post.jar
Now with Solr5.0.0, I use
bin/post .
but it do not accept to do a commit if I don't give a data directory. ie:
bin/post -c mydb -commit yes
I want to do that because I have a file wit
38 matches
Mail list logo