Re: replications issue

2010-02-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
wha is the problem. Is the replication not happening after you do a commit on the master? frequent polling is not a problem. frequent commits can slow down the system On Fri, Feb 19, 2010 at 2:41 PM, giskard wrote: > Ciao, > > Uhm after some time a new index in data/index on the slave has been wr

Re: spellcheck.build=true has no effect

2010-02-20 Thread Grant Ingersoll
On Feb 18, 2010, at 7:45 PM, darniz wrote: > > Hello All. > After doing a lot of research i came to this conclusion please correct me if > i am wrong. > i noticed that if you have buildonCommit and buildOnOptimize as true in your > spell check component, then the spell check builds whenever a co

Re: highlighting fragments EMPTY

2010-02-20 Thread Ahmet Arslan
> well ok I guess that makes sense and I tried changing my > title field to text > type and then highlighting worked on it .. but > 1) as far as not merging all fields in catchall field and > instead > configuring the dismax handler to search through them .. do > you mean then > ill have to specify

Re: Solr 1.5 in production

2010-02-20 Thread Asif Rahman
One piece of functionality that I need is the ability to index a spatial shape. I've begun implementing this for solr 1.4 using just the spatial capabilities in lucene with a custom update processor and query parser. At this point I'm only supporting rectangles and the shapes are being indexed as

Re: @Field annotation support

2010-02-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Feb 19, 2010 at 11:41 PM, Pulkit Singhal wrote: > Ok then, is this the correct class to support the @Field annotation? > Because I have it on the path but its not working. > yes , it is the right class. But, what is not working? > org\apache\solr\solr-solrj\1.4.0\solr-solrj-1.4.0.jar/org\a

readOnly and concurrency performance problems

2010-02-20 Thread Marc Sturlese
Hey there, I am experiencing concurrent performance problems in trunk. Does it open readers in readOnly mode? Thanks in advance -- View this message in context: http://old.nabble.com/readOnly-and-concurrency-performance-problems-tp27670680p27670680.html Sent from the Solr - User mailing list arc

Re: readOnly and concurrency performance problems

2010-02-20 Thread Mark Miller
Yeah it does - I take it your not on windows? - Mark http://www.lucidimagination.com (mobile) On Feb 20, 2010, at 4:39 PM, Marc Sturlese wrote: Hey there, I am experiencing concurrent performance problems in trunk. Does it open readers in readOnly mode? Thanks in advance -- View this

Re: readOnly and concurrency performance problems

2010-02-20 Thread Marc Sturlese
No, I am under debian. Actually I posted yesterday more exacly about the concurrency problem I have noticed: http://old.nabble.com/Strange-performance-behaviour-when-concurrent-requests-are-done-td27659695.html Do you know if is there any blocking thing in lucene 2.9.1 in the index readers or so

Why synchronized access to FieldValueCache in getUninvertedField.java

2010-02-20 Thread Marc Sturlese
I have noticed that in the class UninvertedField.java there is a synchronized access to the FieldValueCache. I would like to know why this access is synchronized. Could this end up in a loss of performance when there are concurrent search requests? I am doing as much research as I can as I have no