Re: Solr sorting is not working properly on long Fields

2013-03-23 Thread Gora Mohanty
On 24 March 2013 11:56, ballusethuraman wrote: > Hi, I am having a column named 'Kilometers' and when I try to sort with that > it is not working properly. [...] > Initially Kilometers column was having string as datatype and I thought the > problem could be because of that and i changed the datat

Solr sorting is not working properly on long Fields

2013-03-23 Thread ballusethuraman
Hi, I am having a column named 'Kilometers' and when I try to sort with that it is not working properly. The values in 'Kilometers' column are, Kilometers 17 111 97 923 65 611 Values in 'Kilometers' after soting are Kilometers 97 923 65 611 17 111 The Problem here is, when 9

Solr Sorting is not working properly on long Fields

2013-03-23 Thread ballusethuraman
Hi, I am having a column named 'Kilometers' and when I try to sort with that it is not working properly.The values in 'Kilometers' column are,Kilometers171119792365611Values in 'Kilometers' after soting are Kilometers979236561117111The Problem here is, when 97 is compared with 923 it is taking

Re: solr 4.1 replcation whole indexs files from leader

2013-03-23 Thread adityab
Hi, there were couple of major issues with replication in 4.1, we experienced the same and were suggested to move to 4.2 which has fix for this. I suggest you upgrade to 4.2 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-4-1-replcation-whole-indexs-files-from-leader-

Solr 4.2 Incremental backups

2013-03-23 Thread Sandeep Kumar Anumalla
Hi, Is there any option to do Incremental backups in Solr 4.2? Thanks & Regards Sandeep A Ext : 02618-2856 M : 0502493820 The content of this email together with any attachments, statements and opinions expressed herein contains information that is private and

RE: Boost query parameter with Lucid parser and using query FunctionQuery

2013-03-23 Thread Miller, Will Jr
Thanks for the suggestion. Doesn't look like it makes a difference and it is still ignoring the qf parameter in the FunctionQuery... BoostedQuery(boost((abstract:cancer | author:cancer | origtitle:cancer | substance:cancer | text_all:cancer | title:cancer^5.0)~0.01,product(const(10),query(+(tit

Re: NoSuchMethodError updateDocument

2013-03-23 Thread Furkan KAMACI
I am using: bin/nutch solrindex http://localhost:8983/solr -index bin/nutch solrindex http://localhost:8983/solr -reindex I don't get this error anymore. By the wy who sets jetty.port? 2013/3/24 Jan Høydahl > How have you setup Nutch to index to Solr? Are you running this over HTTP > between t

Re: NoSuchMethodError updateDocument

2013-03-23 Thread Jan Høydahl
How have you setup Nutch to index to Solr? Are you running this over HTTP between two different servers? The jetty.port is a silly name, but you can rename it anything you like. Its only task is to select which port to start an embedded ZooKeeper at if you use -DzkRun. If you don't, just forget

Re: Boost query parameter with Lucid parser and using query FunctionQuery

2013-03-23 Thread Jan Høydahl
I think perhaps the reason it won't work is that functions cannot contain spaces, so you should use variable substitutions instead &boost=product(10,query($qq,0))&qq={!dismax qf="title" v="treatment"} But why do you use dismax for the query() function when a simple qq=title:treatment would do?

Two problems (missing updates and timeouts)

2013-03-23 Thread Aaron Jensen
Hi all, I'm having two problem with our solr implementation. I don't have a lot of detail about them because we're just starting to get into diagnosing them. I'm hoping for some help with that diagnosis, ideas, tips, whatever. Our stack: Rails Sunspot Solr sunspot_index_queue two solr servers

Re: customize solr search/scoring for performance

2013-03-23 Thread Mikhail Khludnev
Robert, I also wonder why it always request to collect doclist in-order https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java#L1469 Do you think it make sense to raise a JIRA to allow out of order collecting? On Tue, Nov 13, 2012 at 6:

Re: doc cache issues... query-time way to bypass cache?

2013-03-23 Thread Gary Yngve
Sigh, user error. I missed this in the 4.1 release notes: Collections that do not specify numShards at collection creation time use custom sharding and default to the "implicit" router. Document updates received by a shard will be indexed to that shard, unless a "*shard*" parameter or document fi

Re: NoSuchMethodError SolrIndexSearcher.doc(I)

2013-03-23 Thread Furkan KAMACI
I have indicated: -Dsolr.data.dir as a JVM parameter and error gone. 2013/3/23 Furkan KAMACI > I have just configured my Solr to index nutch crawling data. I run > dist-war for Solr and when I deploy my war file from my Intellij IDEA > 12.0.4 I get that severe at my logs: > > Mar 23, 2013 7:

NoSuchMethodError SolrIndexSearcher.doc(I)

2013-03-23 Thread Furkan KAMACI
I have just configured my Solr to index nutch crawling data. I run dist-war for Solr and when I deploy my war file from my Intellij IDEA 12.0.4 I get that severe at my logs: Mar 23, 2013 7:14:32 PM org.apache.solr.common.SolrException log SEVERE: null:java.lang.NoSuchMethodError: org.apache.solr.s

Re: Did something change with Payloads?

2013-03-23 Thread jimtronic
Created: https://issues.apache.org/jira/browse/SOLR-4639 Thanks! On Fri, Mar 22, 2013 at 5:01 PM, Mark Miller-3 [via Lucene] < ml-node+s472066n405060...@n3.nabble.com> wrote: > > On Mar 22, 2013, at 5:54 PM, jimtronic <[hidden > email]> > w

Re: Solr cloud and auto shard timeline

2013-03-23 Thread Anshum Gupta
I believe, you should see this in 4.3. On Fri, Mar 22, 2013 at 7:37 PM, Jamie Johnson wrote: > Yes Anshum exactly what I was looking for. Is this being targeted in a > particular solr release? I see that some of the related issues are > targeted for 4.3, is that the goal for this as well? > >

Re: NoSuchMethodError updateDocument

2013-03-23 Thread Furkan KAMACI
Hi Jan; I will check the jar versions. By the way I think that I should create a solr home directory for my application (my application is that: I use Nutch to crawl web sites and use Solr to index them). Which folder from Solr sources code folders (maybe lucene-solr/solr/example/example-DIH/solr?

Enumeration - SolrServer.queryAndStreamResponse vs custom streaming caching client.

2013-03-23 Thread mark12345
What are the performance characteristics and implications of the SolrServer classes queryAndStreamResponse method over large result sets ( One hundred thousand, one million records, etc ) ? http://lucene.apache.org/solr/4_2_0/solr-solrj/org/apache/solr/client/solrj/SolrServer.html#queryAndStreamRe

Re: Question on highlighting of external fields

2013-03-23 Thread Jamie Johnson
For those interested I believe this is an issue of what is in the index is not what I expected. I believe that we've tracked down the issue, please ignore the question. On Sat, Mar 23, 2013 at 1:21 AM, Jamie Johnson wrote: > Some time ago I had worked with a fellow developer to put together an

RE: Slow queries for common terms

2013-03-23 Thread David Parks
I see the CPU working very hard, and at the same time I see 2 MB/sec disk access for that 15 seconds. I am not running it this instant, but it seems to me that there was more CPU cycles available, so unless it's an issue of not being able to multithread it any further I'd say it's more IO related.

Re: CommaSplit and query is free text search

2013-03-23 Thread anurag.jain
I tried with text_general type, it is working according to my need, with multivalue = true. -- View this message in context: http://lucene.472066.n3.nabble.com/CommaSplit-and-query