Re: Reload core via CoreAdminRequest doesnt work with solr cloud? (solrj)

2012-11-25 Thread joe.cohe...@gmail.com
Yes, but which url would tou use? I'm in solr cloud. my index is distributed among 10 servers. I was trying to use the solrJ API which seem to work in HttpSolrServer. Tomás Fernández Löbbe wrote > If you need to reload all the cores from a given collection you can use > the > Collections API: > h

Re: SolrCloud: Very strange behavior when doing atomic updates or documents reindexation.

2012-11-25 Thread joe.cohe...@gmail.com
I'm having a smiliar problem. Did you by any chance try the suggestion here: https://issues.apache.org/jira/browse/SOLR-4080?focusedCommentId=13498055&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13498055 ? Rakudten wrote > More info: > > - I´m trying to upd

Re: SolrCloud: Very strange behavior when doing atomic updates or documents reindexation.

2012-11-25 Thread Luis Cappa Banda
Yes! I opened that issue, :-P Next week I'll test with the latest trunk artifacts and check if the problem still happens. Regards, - Luis Cappa. El 25/11/2012 13:35, "joe.cohe...@gmail.com" escribió: > > I'm having a smiliar problem. > > Did you by any chance try the suggestion here: > > https:

Re: SPAN queries in solr

2012-11-25 Thread Anirudha Jadhav
played around with the surround query parser, while its good. Its not even near complete w.r.t supporting all different types of queries viz. rangeQueries etc. Let me know if i am missing something in understand the surround parser. The XML parser seems to be a better choice, I'll try applying it

Re: SPAN queries in solr

2012-11-25 Thread Erik Hatcher
It'll be impossible to have one query parser that can do it all. Making it possible to combine queries parsed/interpreted in different ways is the way to go. Please note that you can mix-and-match query parsers already. So if surround works for part of your query, but you also need ranges, co

Re: SPAN queries in solr

2012-11-25 Thread Anirudha Jadhav
thanks Erik. Nested Queries help. I'll keep working on the XML Query parser on the side. -Ani On Sun, Nov 25, 2012 at 5:18 PM, Erik Hatcher wrote: > _query_: -- Anirudha P. Jadhav

Re: SolrCloud and exernal file fields

2012-11-25 Thread Simone Gianni
Hi Gopal, the post you linked is interesting, it takes a different approach than mine : it implements a codec for Lucene, so at a lower level than my solution that works at Solr UpdateHandler level, so before the document reaches Lucene. The lucene-codec approach should offer a few advantages : th

Re: Solr Near Realtime with denormalized Data

2012-11-25 Thread Erick Erickson
Why can't they be? I've seen indexing documents on the order of 6k/second. Is the problem with getting the data out of the DB (i.e. how long does the SQL take to execute) or on the Solr indexing side? If the former, you could consider writing a SolrJ program that accessed the database and sent the

Re: Problem with Solr 3.6.1 extracting ODT content using SolrCell's ExtractingRequestHandler

2012-11-25 Thread Erick Erickson
Did you commit after you added the document but before you tried the search? Best Erick On Fri, Nov 23, 2012 at 6:25 PM, Brett Melbourne < bmelbou...@halogensoftware.com> wrote: > Hi all, > > I am encountering a problem where Solr 3.6.1 is not able to extract the > text content from ODT (Open O

Problem with migration to SolrAdaptersForLuceneSpatial4

2012-11-25 Thread Viacheslav Davidovich
Hi, I apologize for the question, but I can not find out what is wrong. I try to switch from Solr 3.5 to Solr 4.0. With Solr 3.5 I use SOLR-2155 plugin to filter the documents by distance as described in http://wiki.apache.org/solr/SpatialSearch#Advanced_Spatial_Search and this solution perf