AW: newbie question

2012-07-30 Thread Markus Klose
You can add the parameter -Djetty.port=8984 to start your second solr on port 8984. java -Djetty.port=8984 -jar start.jar Viele Grüße aus Augsburg Markus Klose SHI Elektronische Medien GmbH   -Ursprüngliche Nachricht- Von: Kate deBethune [mailto:kdebeth...@gmail.com] Gesend

Re: solr 1872

2012-07-30 Thread Sujatha Arun
Peter, In a multicore environment , where should the acl file reside , under the conf directory ,Can I use a acl file per core ? Regards Sujatha On Tue, Jul 31, 2012 at 9:15 AM, Sujatha Arun wrote: > Renamed to zip and worked fine,thanks > > Regards > Sujatha > > > On Tue, Jul 31, 2012 at 9:15

Re: solr 1872

2012-07-30 Thread Sujatha Arun
Renamed to zip and worked fine,thanks Regards Sujatha On Tue, Jul 31, 2012 at 9:15 AM, Sujatha Arun wrote: > thanks ,was looking to the rar file for instructions on set up . > > Regards > Sujatha > > > On Tue, Jul 31, 2012 at 1:07 AM, Peter Sturge wrote: > >> I can access the rar fine with WinR

Re: solr 1872

2012-07-30 Thread Sujatha Arun
thanks ,was looking to the rar file for instructions on set up . Regards Sujatha On Tue, Jul 31, 2012 at 1:07 AM, Peter Sturge wrote: > I can access the rar fine with WinRAR, so should be ok, but yes, it might > be in zip format. > In any case, better to use the slightly later version --> > Solr

Rebuild index after database change

2012-07-30 Thread Rodrigo P. Bregalanti
Hello, I am working on a Data warehouse project, which is making huge modifications at the database level directly. It is working fine, and everything is going on, but there is a third party application reading data from one of this databases. This application is using Solrj (with embedded server)

Re: Solr 4.0 ALPHA: AbstractSolrTestCase depending on LuceneTestCase

2012-07-30 Thread Chris Hostetter
: I have been developing extensions to SOLR code using 4.0 truck. For JUnit : testing I am extending AbstractSolrTestCase which in the ALPHA release is : located in JAR apache-solr-test-framework-4.0.0-ALPHA.jar. However, this : class extends LuceneTestCase which comes from JAR : lucene-test-fram

Re: too many instances of "org.tartarus.snowball.Among" in the heap

2012-07-30 Thread roz dev
is it some kind of memory leak with Lucene's use of Snowball Stemmer? I tried to google for Snowball Stemmer but could not find any recent info about memory leak this old link does indicate some memory leak but it is from 2004 http://snowball.tartarus.org/archives/snowball-discuss/0631.html Any

Re: avgTimePerRequest JMX M-Bean displays with NaN instead of 0 - when no activity

2012-07-30 Thread Chris Hostetter
: while running tests - i noticed that of the 6 JMX M-Beans : (avgRequestsPerSecond, avgTimePerRequest, errors, requests, timeouts, : totalTime) ... : : the avgTimePerRequest M-Bean was producing "NaN" when there was no search : activity. : : all of the other M-Beans displayed a 0 (zero) when th

Re: question about jmx value (avgRequestsPerSecond) output from solr

2012-07-30 Thread Chris Hostetter
: example scenario during testing: during a test run - the test harness will : fire requests at request handler (partItemDescSearch) and all numbers look : fine. then after the test harness is done - the metric : avgRequestsPerSecond does not immediately drop to 0. instead - it appears : as if

Re: too many instances of "org.tartarus.snowball.Among" in the heap

2012-07-30 Thread roz dev
I did take couple of thread dumps and they seem to be fine Heap dump is huge - close to 15GB I am having hard time to analyze that heap dump 2012-07-30 16:07:32 Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode): "RMI TCP Connection(33)-10.8.21.124" - Thread t@190 java.

Nested / subquery / Inner queries in Solr with facets

2012-07-30 Thread Vamshidhar Gandham
Hi, Can somebody help me with this on Solr querying capabilities about nested / subquery / inner queries with facets. Here is my use case: 1) Fetch unique jobs for a given team: /solr/select/?q=teamname%3ANinjas+AND+jobname:*&facet=true&facet.field=jobname&facet.zeros=false&rows=0 Each unique j

Re: SolrCloud replication question

2012-07-30 Thread Jan Høydahl
Hi, Interesting article in your link. What servlet container do you use and how is it configured wrt. threads etc? You should be able to utilize all CPUs with a single Solr index, given that you are not I/O bound.. Also, what is your mergeFactor? -- Jan Høydahl, search solution architect Comin

Re: Indexing binary files from database issue (no errors)

2012-07-30 Thread Jan Høydahl
Hi, Did you get a reply on this? I'd guess that it is your JDBC driver which does not handle the response to your CONCAT_WS() SQL. Try without it and see. Then try to upgrade your mysql JDBC driver to a newer version and see if it helps. -- Jan Høydahl, search solution architect Cominvent AS -

Re: Tools for schema.xml generation and to import from a database

2012-07-30 Thread Andre Lopes
Thanks for the reply Alexandre, I will test your clues as soon as possible. Best Regards, On Mon, Jul 30, 2012 at 4:15 AM, Alexandre Rafalovitch wrote: > If you are just starting with SOLR, you might as well jump to 4.0 > Alpha. By the time you finished, it will be the production copy. > > If

newbie question

2012-07-30 Thread Kate deBethune
Hi, I have been able to set up the SOLR demo environment as described in SOLR 3.6.1 tutorial: http://lucene.apache.org/solr/api-3_6_1/doc-files/tutorial.html. Actually, I set it up while it was still SOLR 3.6.0. The developer I am working with has created a custom SOLR instance using 3.6.1 and h

Stats min and max for each group result

2012-07-30 Thread Anze
So, I have results like: And want to get a little more info, get min and max values for some field in doc limited to a group like this: I this possible to do with grouping? -- View this message in context: http://lucene.472066.n3.nabble.com/Stats-min-and-max-for-each-group-result-tp3998177.

Re: solr 1872

2012-07-30 Thread Peter Sturge
I can access the rar fine with WinRAR, so should be ok, but yes, it might be in zip format. In any case, better to use the slightly later version --> SolrACLSecurity.java 26kb 12 Apr 2010 10:35 Thanks, Peter On Mon, Jul 30, 2012 at 7:50 PM, Sujatha Arun wrote: > I am uable to use the rar file

Re: solr 1872

2012-07-30 Thread Rob Casson
looks like it might actually be a zip file. try renaming/unzipping it. cheers, rob On Mon, Jul 30, 2012 at 2:50 PM, Sujatha Arun wrote: > I am uable to use the rar file from the site > https://issues.apache.org/jira/browse/SOLR-1872. > > When I try to open it,I get the message 'SolrACLSecurity.

solr 1872

2012-07-30 Thread Sujatha Arun
I am uable to use the rar file from the site https://issues.apache.org/jira/browse/SOLR-1872. When I try to open it,I get the message 'SolrACLSecurity.rar is not RAR archive. Is the file there at this link? Regards Sujatha

Re: Boosting tips

2012-07-30 Thread Chris Hostetter
: Thank Ahmet, I did that, it kinda worked (not as well as expected) the : document with ringtone was the 1st match, it was moved to the 2nd position, : I was expecting it to be at very bottom. Tried other factors for boosting : up to 10E6 but no success. "bq" is an additive boost -- it basically

Re: core isolation

2012-07-30 Thread Chris Hostetter
: looks like cores are isolated from each other. By isolated, I mean if a core : fails due to a configuration error or an error like ClassNotFoundException, : the other cores continue to work. For the most part this is true ... SolrCore's are islated form eachother as much as possible -- but some

Expression Sort in Solr

2012-07-30 Thread lavesh
I am working on solr for search. I required to perform a expression sort such that : say str = ((IF AVAILABLE IN (1,2,3),100,IF(AVAILABLE IN (4,5,6),80,100)) + IF(PRICE>1000,70,40)) need to order by (if(str>100,40+str/40,33+str/33)+SOMEOTHERCOLUMN) DESC -- View this message in context: