Re: Solr 3.3.0 - Random CPU problem

2013-02-14 Thread federico.wachs
I took your advice, waited for the servers to go down then: [ec2-user@zuk-solr-slave-02 ~]$ ps -wwwf -p 10131 UIDPID PPID C STIME TTY TIME CMD tomcat 10131 1 17 23:00 ?00:03:13 /usr/sbin/sshd This doesn't say much :( What should I do know? -- View this mess

Re: Solr 3.3.0 - Random CPU problem

2013-02-12 Thread federico.wachs
I don't know how the perl script looks like. I can tell it's being ran by tomcat because when I do : "top" the owner of the process says tomcat and the CPU is at 100%. I haven't done anything weird to my Solr installation, actually is pretty simple and is the one it used to be on the solr website

Solr 3.3.0 - Random CPU problem

2013-02-12 Thread federico.wachs
Hi all, I'm using Solr 3.3.0 with one master server and two slaves. And the problem I'm having is that both slaves get degraded "randomly" but at the same time. I am completely lost at to what the cause could be, but I see that the tomcat that runs Solr webapp executes a PERL script that consumes

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-29 Thread federico.wachs
I'll give this a try. I'm not sure I completely understand how to do that because I don't have so much experience with Solr. Do I have to use another core to post a different kind of document and then join it? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-28 Thread federico.wachs
Hi Mikhail, thanks for your concern and reply. I've read a few dozen times your reply and I think I get what you mean, but I'm not exactly sure how to go forward with your approach. You are saying that I should be able to have nested documents, but I haven't been able to submit a Document with ano

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-27 Thread federico.wachs
Exactly, I'm using a tint field type and works really well. The only problem is when I have a set of very wide ranges and make Solr make fireworks out of the blue. Thank you a lot Michael, I appreciate your help on this one :) -- View this message in context: http://lucene.472066.n3.nabble.com/I

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-27 Thread federico.wachs
Yeah that's what I'm doing right now. But whenever I try to index an apartment that has many wide ranges, my master solr server throws OutOfMemoryError ( I have set max heap to 1024m). So I thought this could be a good workaround but puf it is a lot harder than it seems! -- View this message in c

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-27 Thread federico.wachs
This is used on an apartment booking system, and what I store as solr documents can be seen as apartments. These apartments can be booked for a certain amount of days with a check in and a check out date hence the ranges I was speaking of before. What I want to do is to filter off the apartments t

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-27 Thread federico.wachs
Oh No, I think I understood wrong when you said that my ranges where contiguous. I could have ranges like this: 1 TO 15 5 TO 30 50 TO 60 And so on... I'm not sure that what you supposed would work, right? -- View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a-way-to-imp

Re: Is there a way to implement a IntRangeField in Solr?

2012-02-27 Thread federico.wachs
Michael thanks a lot for your quick answer, but i'm not exactly sure I understand your solution. How would the docuemnt you are proposing would look like? Do you mind showing me a simple xml as example? Again, thank you for your cooperation. And yes, the ranges are contiguous! -- View this messag

Is there a way to implement a IntRangeField in Solr?

2012-02-27 Thread federico.wachs
Hi all ! Here's my dreadful case, thank you for helping out! I want to have a document like this: ... -- multivalued range field 1 TO 10 5 TO 15 ... And the reason why I want to do this is because it's so much lighter than having all the numbers in there, of

RE: Question about sorting by a field

2012-01-20 Thread federico.wachs
Yes, that works! I had to boost the firstDestination field to have it well sorted. Any ideas why the score might be equally for all the documents returned? Thanks a lot! Federico -- View this message in context: http://lucene.472066.n3.nabble.com/Question-about-sorting-by-a-field-tp3673491p36768

Question about sorting by a field

2012-01-19 Thread federico.wachs
Hi all, I've been working with solr for a few months now and so far I only had a few issues trying to implement some functionality, but this has gone above my current solr skills, so any help or guidance is greatly appreciated. I have a multivalued field consited which contains destinations like:

Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-09-05 Thread federico.wachs
Nobody? I don't have problem with the hours but I do have the same situation with dates where a document could be in many date ranges. Any suggestion? Please ! -- View this message in context: http://lucene.472066.n3.nabble.com/Pattern-Is-there-a-method-of-resolving-multivalued-date-ranges-into-

Re: Pattern: Is there a method of resolving multivalued date ranges into a single document?

2011-09-03 Thread federico.wachs
I'm looking to implement something similar. Has anybody worked something out to work around this issue? Any guidance is greatly appreciated! Regards, Federico -- View this message in context: http://lucene.472066.n3.nabble.com/Pattern-Is-there-a-method-of-resolving-multivalued-date-ranges-into

Re: SolrJ & Spatial Search

2011-08-16 Thread federico.wachs
I'm sorry, i'm trying to do the same as he is. I've read your reply many times now, but i still don't know how to do this. Would somebody help me with this? Thanks a lot -- View this message in context: http://lucene.472066.n3.nabble.com/Spatial-search-with-SolrJ-3-1-How-to-tp2961136p3259456.htm