Re: using deletebyid with solrj

2013-04-20 Thread Tania Marinova
No m question was - if a user deletes a row from the database I of course know the id if that row. so my question is as I have theĀ  abillity to index one partricular row (you saw my code) how can I reindex in the same way one particular row assuming that I know the id of that row (so i can sele

Re: Weird query issues

2013-04-20 Thread Ravi Solr
Thanks for your advise Shawn. I have created a JIRA issue SOLR-4743. On Sat, Apr 20, 2013 at 4:32 PM, Shawn Heisey wrote: > On 4/20/2013 9:08 AM, Ravi Solr wrote: > > Thanks you very much for responding Shawn. I never use IE, I use firefox. > > These are brand new servers and I don't think I am

Re: Solr Cloud OR Load Balancing

2013-04-20 Thread Otis Gospodnetic
Without having any numbers from your env, I'll go with saying "SolrCloud is good for live usage". 4.3 will be out shortly. Otis -- Solr & ElasticSearch Support http://sematext.com/ On Sat, Apr 20, 2013 at 3:12 AM, Cool Techi wrote: > We are currently using Solr 3.6 with 1:1 replication on ou

Re: using deletebyid with solrj

2013-04-20 Thread Shawn Heisey
On 4/20/2013 12:12 PM, Tania Marinova wrote: > Hello I'm new to solr and especially solrj. I have made a java apllication > which can index my neut I can't findw inserted row in the database (which is > what I want) > But now I ask Is there any way to delete the index of this row if for example

Re: Weird query issues

2013-04-20 Thread Shawn Heisey
On 4/20/2013 9:08 AM, Ravi Solr wrote: > Thanks you very much for responding Shawn. I never use IE, I use firefox. > These are brand new servers and I don't think I am mixing versions. What > made you think I was using the 1.4.1 ?? You are correct in saying that the > server is throwing HTML respon

Re: Dynamic data model design questions

2013-04-20 Thread Marko Asplund
Jack Krupansky wrote: > In general, Solr is much more friendly towards static data models. Yes, you > can use dynamic fields, but use them in moderation. The more heavily you > lean on them, the more likely that you will eventually become unhappy with > Solr. Can you concrete examples of what kin

Re: Pros and cons of using RAID or different RAIDS?

2013-04-20 Thread Shawn Heisey
On 4/20/2013 7:36 AM, Toke Eskildsen wrote: > Furkan KAMACI [furkankam...@gmail.com]: >> Is there any documentation that explains pros and cons of using RAID or >> different RAIDS? > > There's plenty for RAID in general, but I do not know of any in-depth > Solr-specific guides. > > For index upd

using deletebyid with solrj

2013-04-20 Thread Tania Marinova
Hello I'm new to solr and especially solrj. I have made a java apllication which can index my neut I can't findw inserted row in the databaseĀ  (which is what I want) But now I ask Is there any way to delete the index of this row if for example the user decides to delete it from teh database so i

ComplexPhraseQParserPlugin not working with solr 4.2

2013-04-20 Thread ilay raja
Hi I followed the steps given in https://issues.apache.org/jira/browse/SOLR-1604 for integrating the plugin. But is not picking up the classpath correctly. Though added the following lines to solrconfig.xml I have the compiled jar in solr-home/dist/ The exception is as below - unable to crea

Re: Rogue query killed several replicas with OOM, after recovering - match all docs query problem

2013-04-20 Thread Timothy Potter
Thanks for responding Mark. I'll collect the information you asked about and open a JIRA once I have a little more understanding of what happened. Hopefully I can piece together some story after going over the logs. As for replica / leader, I suspect some leaders went down but fail-over to new lea

Re: Rogue query killed several replicas with OOM, after recovering - match all docs query problem

2013-04-20 Thread Mark Miller
Yeah, thats no good. You might hit each node with distrib=false to get the doc counts. Which ones have what you think are the right counts and which the wrong - eg is it all replicas that are off, or leaders as well? You say several replicas - do you mean no leaders went down? You might look c

Re: Weird query issues

2013-04-20 Thread Ravi Solr
Thanks you very much for responding Shawn. I never use IE, I use firefox. These are brand new servers and I don't think I am mixing versions. What made you think I was using the 1.4.1 ?? You are correct in saying that the server is throwing HTML response since a group query has been failing with SE

RE: Pros and cons of using RAID or different RAIDS?

2013-04-20 Thread Toke Eskildsen
Furkan KAMACI [furkankam...@gmail.com]: > Is there any documentation that explains pros and cons of using RAID or > different RAIDS? There's plenty for RAID in general, but I do not know of any in-depth Solr-specific guides. For index updates, you want high bulk read- and write-speed. That makes

Re: Searching

2013-04-20 Thread William Bell
Guys, Getting results to return with higher or lower precedence has to do with relative scores. For example I want exact match to be scored highest and then text matching. You generally use a copyField into 2 or more fields and set up different fieldType and then boost one field over the other.

Re: Import in Solr

2013-04-20 Thread William Bell
You can update a row. Just allow a request parameter in the DIH and add it to your query. &id=65 Then in your query you can use that. See the Wiki on DIh. On Friday, April 19, 2013, Gora Mohanty wrote: > On 19 April 2013 19:50, hassancrowdc > > wrote: > > I want to update(delta-import) one sp

Solr Cloud OR Load Balancing

2013-04-20 Thread Cool Techi
We are currently using Solr 3.6 with 1:1 replication on our production servers, but now out data has increased a lot and were looking to migrate to something more scalable. We have been experimenting with Solr Cloud over the past 2 months and noticed servers issues, most of them have been fixe