Re: SolrCloud replicas consistently out of sync

2016-05-19 Thread Aleksey Mezhva
Bump. this thread is with someone having a similar issue: https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201601.mbox/%3c09fdab82-7600-49e0-b639-9cb9db937...@yahoo.com%3E It seems like this is not really fixed in 5.4/6.0? Aleksey From: Steve Weiss <steve.we...@wgsn.com>

Re: LotsOfCores feature

2013-06-09 Thread Aleksey
. On Jun 8, 2013 1:15 AM, Aleksey bitterc...@gmail.com wrote: Aleksey: What would you say is the average core size for your use case - thousands or millions of rows? And how sharded would each of your collections be, if at all? Average core/collection size wouldn't even be thousands, hundreds

Re: LotsOfCores feature

2013-06-07 Thread Aleksey
A use case would a web site or service that had millions of users, each of whom would have an active Solr core when they are active, but inactive otherwise. Of course those cores would not all reside on one node and ZooKeeper is out of the question for managing anything that is in the

Re: LotsOfCores feature

2013-06-07 Thread Aleksey
Aleksey: What would you say is the average core size for your use case - thousands or millions of rows? And how sharded would each of your collections be, if at all? Average core/collection size wouldn't even be thousands, hundreds more like. And the largest would be half a million or so

LotsOfCores feature

2013-06-06 Thread Aleksey
is marked as won;t fix but some other important subissues are marked as resolved. What's the overall status of the effort? Thank you in advance, Aleksey

Re: LotsOfCores feature

2013-06-06 Thread Aleksey
of the wiki list if you'd like. Best Erick On Thu, Jun 6, 2013 at 3:08 PM, Aleksey bitterc...@gmail.com wrote: I was looking at this wiki and linked issues: http://wiki.apache.org/solr/LotsOfCores they talk about a limit being 100K cores. Is that per server or per entire fleet because zookeeper

Re: Partial results with not enough hits

2012-11-22 Thread Aleksey Vorona
Thank you! That seems to be the case, I tried to execute queries without sorting and only one document in the response and I got execution time in the same range as before. -- Aleksey On 12-11-21 04:07 PM, Jack Krupansky wrote: It could be that the time to get set up to return even

Re: Partial results with not enough hits

2012-11-22 Thread Aleksey Vorona
is doing something wrong. But clearly, I set a timeout too low for that and started to harm even normal queries. Anyway, thanks everyone for the replies. The issue is fixed and I now understand how timeout works much better (which was the reason to post to this list). Thanks! -- Aleksey

Partial results with not enough hits

2012-11-21 Thread Aleksey Vorona
. -- Aleksey

All-wildcard query performance

2012-11-19 Thread Aleksey Vorona
constraint, 200ms with it). Could someone explain the source of the difference, please? I am fixing the application not to generate such queries, obviously, but still would like to understand the logic here. We use Solr 3.6.1. Thanks. -- Aleksey

Re: Solr Replication and Autocommit

2012-09-27 Thread Aleksey Vorona
Thank both of you for the responses! -- Aleksey On 12-09-27 03:51 AM, Erick Erickson wrote: I'll echo Otis, nothing comes to mind... Unless you were indexing stuff to the _slaves_, which you should never do, now or in the past Erick On Thu, Sep 27, 2012 at 12:00 AM, Aleksey Vorona avor

Solr Replication and Autocommit

2012-09-26 Thread Aleksey Vorona
Hi, I remember having some issues with replication and autocommit previously. But now we are using Solr 3.6.1. Are there any known issues or any other reasons to avoid autocommit while using replication? I guess not, just want confirmation from someone confident and competent. -- Aleksey

Search by field with the space in it

2012-09-19 Thread Aleksey Vorona
Hi, I have a field with space in its name (that is a dynamic field). How can I execute search on it? I tried q=aattr_box%20%type_sc:super and it did not work The field name is aattr_box type -- Aleksey

Re: Search by field with the space in it

2012-09-19 Thread Aleksey Vorona
! Sidenote: of course I urlencode space. -- Aleksey

Re: Search by field with the space in it

2012-09-19 Thread Aleksey Vorona
Thank you for that insight. I, myself, would've liked to remove the spaces, but it is not possible in that particular project. I see that I need to learn more about Lucene. Hopefully that will help me avoid some of those headaches to come. -- Aleksey On 12-09-19 11:42 AM, Erick Erickson

Re: Solr not allowing persistent HTTP connections

2012-09-06 Thread Aleksey Vorona
Thank you. I did the test with curl the same way you did it and it works. I still can not get ab (apache benchmark) to reuse connections to solr. I'll investigate this further. $ ab -c 1 -n 100 -k 'http://localhost:8983/solr/select?q=*:*' | grep Alive Keep-Alive requests:0 -- Aleksey

Solr not allowing persistent HTTP connections

2012-09-05 Thread Aleksey Vorona
with Jetty 7, but I thought it would be better to ask about Solr example, since it is easier for anyone to reproduce the issue. -- Aleksey

Re: Solr not allowing persistent HTTP connections

2012-09-05 Thread Aleksey Vorona
. Assume close to signal end ?xml version=1.0 encoding=UTF-8? response ...removed the rest of the response body... -- Aleksey On 12-09-05 03:54 PM, Aleksey Vorona wrote: Hi, Running example Solr from the 3.6.1 distribution I can not make it to keep persistent HTTP connections: $ ab -c 1 -n 100

Re: Solr and query abortion

2012-08-31 Thread Aleksey Vorona
query complexity estimation code in our application. But in any case your response was greatly appreciated, because I was thinking that I am missing something. -- Aleksey On 12-08-30 05:51 AM, Erick Erickson wrote: The first thing I'd do is run your query with debguQuery=on and look

Re: Null Pointer Exception on DIH with MySQL

2012-08-30 Thread Aleksey Vorona
of the previous binaries. -- Aleksey On 12-08-29 06:17 PM, Erick Erickson wrote: Not much information to go on here, have you tried the DIH debugging console? See: http://wiki.apache.org/solr/DataImportHandler#interactive Best Erick On Mon, Aug 27, 2012 at 7:22 PM, Aleksey Vorona avor...@ea.com

Solr and query abortion

2012-08-29 Thread Aleksey Vorona
phase (which is the only one respecting timeAllowed, as far as I know), but in the sorting phase. And still, I want to abort any longer running query. Otherwise they accumulate over time, pushing server's load average sky high and killing performance even for regular queries. -- Aleksey

Re: Load Testing in Solr

2012-08-29 Thread Aleksey Vorona
On 12-08-29 11:44 AM, dhaivat dave wrote: Hello everyone . Can any one know any component or tool that can be used for testing the solr performance. People were recommending https://code.google.com/p/solrmeter/ earlier. -- Aleksey

Null Pointer Exception on DIH with MySQL

2012-08-27 Thread Aleksey Vorona
server to Mysql server via command line mysql client. Does anybody knows anything about this exception and how to fix it? I am not able to reproduce it on any other environment. -- Aleksey

highlighting problem

2008-10-28 Thread Aleksey Gogolev
=hl.simple.pre![CDATA[em]]/str str name=hl.simple.post![CDATA[/em]]/str /lst /formatter /highlighting --- -- Aleksey Gogolev developer, dev.co.ua Aleksey

Query problem related to * symbol

2008-10-25 Thread Aleksey Gogolev
analyzer type=query tokenizer class=WhitespaceTokenizerFactory / filter class=solr.LowerCaseFilterFactory / /analyzer /fieldType -- Any ideas about reasons of this strange behaviour? -- Aleksey

Question about copyField

2008-10-22 Thread Aleksey Gogolev
=descriptionTvPL st SAMSUNG SML200/filed /doc I think it would be nice to use solr.PatternReplaceFilterFactory for this purpose. So the question is: Can I use solr filters for processing description string before copying it to suggestion field? Thank you for your attention. -- Aleksey Gogolev developer

Re[2]: Question about copyField

2008-10-22 Thread Aleksey Gogolev
in the schema. Simply create a new field type in FT your schema with the filters you would like, and use that type for your FT copy field. So, the field description would have it's old type, but the FT field suggestion would get a new type. FT -Todd Feak FT -Original Message- FT From: Aleksey

Re[4]: Question about copyField

2008-10-22 Thread Aleksey Gogolev
SpinPoint12 P120 SP2514N - hard drive - 250 GB - ATA-133/str /doc /result As you can see description and ex filed are identical. The result of filter chain wasn't actually stored in the ex filed :( Anyway, thank you :) FT -Todd FT -Original Message- FT From: Aleksey Gogolev

Re[6]: Question about copyField

2008-10-22 Thread Aleksey Gogolev
representation in the document. JN -Todd JN -Original Message- JN From: Aleksey Gogolev [mailto:[EMAIL PROTECTED] JN Sent: Wednesday, October 22, 2008 11:14 AM JN To: Feak, Todd JN Subject: Re[4]: Question about copyField FT I would suggest doing this in your schema, then starting up Solr

Re[8]: Question about copyField

2008-10-22 Thread Aleksey Gogolev
-Original Message- JN From: Aleksey Gogolev [mailto:[EMAIL PROTECTED] JN Sent: Wednesday, October 22, 2008 11:39 Joe JN To: Joe Nguyen JN Subject: Re[6]: Question about copyField JN It doesn't need to be a copy field, right? Could you create a new JN field JN ex, extract value from

Re[2]: How to change a port?

2008-10-16 Thread Aleksey Gogolev
in example/etc/jetty.xml RM the relevant line is: RMSet name=portSystemProperty name=jetty.port default=8983/ RM /Set RM ryan RM On Oct 16, 2008, at 10:30 AM, Aleksey Gogolev wrote: Hello. Is there a way to change the port (8983) of solr example? I want to run two solr examples

spellcheck: problem with word endings

2008-10-14 Thread Aleksey Gogolev
checked. How to force spellchecker to return words with right endings? Thank you for attention. -- Aleksey Gogolev developer, dev.co.ua Aleksey

Re[2]: Question about solr spellcheck

2008-10-13 Thread Aleksey Gogolev
. r If the numdocs is greater than or equal to one only I have displayed the r spellcheck result. Otherwise don't display the spell check value. Thanks. I also thought about this solution, but I hope that somebody know more elegant way :) -- Aleksey Gogolev developer, dev.co.ua Aleksey

Re[2]: Question about solr spellcheck

2008-10-13 Thread Aleksey Gogolev
, i.e. it converts AND to OR The first solution sounds more suitable, but alternative approach is also interestiong. Thanks for relpy. -- Aleksey Gogolev developer, dev.co.ua Aleksey mailto:[EMAIL PROTECTED]

Problem with ShingleFilterFactory

2008-10-13 Thread Aleksey Gogolev
monitor, monitor ad345, ad345 LCD. But after passing ShingleFilterFactory token didn't change and remains the same: samsung monitor ad345 lcd. I have no idea what did I do wrong :( Thank you in advance. -- Aleksey Gogolev developer, dev.co.ua Aleksey

Question about solr spellcheck

2008-10-12 Thread Aleksey Gogolev
. There are some docs for q=acer+one and there are docs for q=spire. But there are no docs for q=acer+spire+one. Is there a way to get only selling suggestions that produces at least one doc? Thank you for your attention. -- Aleksey Gogolev developer, dev.co.ua Aleksey

Re[2]: Question about search suggestion

2008-08-27 Thread Aleksey Gogolev
I searched and read about auto-complete feature. Thanks. It looks nice, I think I should try it first. NM On Tue, 26 Aug 2008 15:15:21 +0300 NM Aleksey Gogolev [EMAIL PROTECTED] wrote: Hello. I'm new to solr and I need to make a search suggest (like google suggestions). NM Hi Aleksey

Question about autocomplete feature

2008-08-27 Thread Aleksey Gogolev
and restarted solr server. But when I'm trying to search for samsu (the part of word samsung) I still get no result. Seems like solr treats ac field like the regular field. What did I do wrong? Thanks in advance. -- Aleksey Gogolev developer, dev.co.ua Aleksey

Question about search suggestion

2008-08-26 Thread Aleksey Gogolev
exist, I checked). I guess I need to tweak some preferences but I can not find the corresponding options. Thanks for your attention. -- Aleksey Gogolev developer, dev.co.ua Aleksey