moreLikeThis scores and ranking

2008-11-04 Thread Scurtu Vitalie
Hi all, I am having some issues with solr moreLikeThis function. First, I have no idea how to view scores. What should I do in order to make solr to show me tf-idf scores of each document retrieved by moreLikeThis function? Another issue with mlt. How can I weight terms inside documents? For

Re: combining negative queries and OR

2008-11-04 Thread Yonik Seeley
On Tue, Nov 4, 2008 at 1:21 AM, Joe Pollard [EMAIL PROTECTED] wrote: I am trying to decide if this is a solr or a lucene problem, using solr 1.3: take this example -- (-productName:whatever) OR (anotherField:Johnny) I would expect to get back records that have anotherField=Johnny, but

Re: Question about score...

2008-11-04 Thread Yonik Seeley
On Mon, Nov 3, 2008 at 6:52 PM, Craig Stadler [EMAIL PROTECTED] wrote: BluesBrothers01.mp3 Breaux_Brothers_Tiger_Rag_Blues.mp3 Blues Brothers - Theme From Rawhide V1.mp3 Why in the world is result 2 higher in score than #3 ??? Is there something we can set in our schema or sol config to

How to use multicore feature in JBOSS

2008-11-04 Thread con
Hi all I have deployed the sample instance that comes with solr, in JBOSS. But actually i want to use the multicore feature. I am not able to find resource on how to use the multicore feature in JBOSS. 1) Which all files do I need to edit to use the multicore feature? 2) Also, where can I

Re: MySql / Solr 1.3 / Tomcat55 - Full Import for 8,5M of data Exception in thread Thread-33

2008-11-04 Thread sunnyfr
I can't do that, we don't have another server to manage that. Noble Paul നോബിള്‍ नोब्ळ् wrote: From the data-config.xml it is obvious that the your indexing will take a lot of time. MySql has very poor join performance. It is not a very good idea to run this on a production database. I

Solr Autowarming

2008-11-04 Thread Manepalli, Kalyan
Hi all, I am working on smartfill solution using Solr. For increasing the speed, I want to warm the cache at startup, using large number of queries. Is it possible to use a custom class to fire these queries instead of listing the queries in solrConfig Any suggestions will be

How to index special char §?

2008-11-04 Thread felizimm
Hi, for a german law-search engine, I am in need to index the char §. Do I have to change the filter Factory? If yes, where? Thanks a lot, Felix. -- View this message in context: http://www.nabble.com/How-to-index-special-char-%22%C2%A7%22--tp20332277p20332277.html Sent from the Solr - User

Re: SOLR Performance

2008-11-04 Thread Walter Underwood
Funny, that is exactly what Infoseek did back in 1996. A big index that changed rarely and a small index with real-time changes. Once each week, merge to make a new big index and start over with the small one. You also need to handle deletes specially. wunder On 11/3/08 6:44 PM, Lance Norskog

Re: How to index special char §?

2008-11-04 Thread Ryan McKinley
have you tried yet? solr supports UTF-8... so I don't see why there would be a problem... you should even be able to put a synonym mapping § = section (or the other way around) Check the utf8-example.xml to see some examples of working with utf8 chars. ryan On Nov 4, 2008, at 5:06 PM,

Re: How to use multicore feature in JBOSS

2008-11-04 Thread Norberto Meijome
On Tue, 4 Nov 2008 09:55:38 -0800 (PST) con [EMAIL PROTECTED] wrote: 1) Which all files do I need to edit to use the multicore feature? 2) Also, where can I specify the index directly so that we can point the indexed documents to a custom folder instead of jboss/bin? Con, please check the

Choosing Which Branch To Use

2008-11-04 Thread Chris Harris
My current pre-production Solr install is a 1.3 pre-release build, and I think I'm going to update to a more recent version before an upcoming product release. Actually, release is probably a bit of an exaggeration; it's more of an alpha test, or perhaps a beta test. Anyway, the question is which

Throughput Optimization

2008-11-04 Thread wojtekpia
I've been running load tests over the past week or 2, and I can't figure out my system's bottle neck that prevents me from increasing throughput. First I'll describe my Solr setup, then what I've tried to optimize the system. I have 10 million records and 59 fields (all are indexed, 37 are

Re: Query on distributed search ...

2008-11-04 Thread Shalin Shekhar Mangar
Yes, StatsComponent can be used in a distributed Solr environment. StatComponent is in the 1.4 nightly builds (unreleased yet). On Tue, Nov 4, 2008 at 2:40 AM, souravm [EMAIL PROTECTED] wrote: Hi, I'm new to Solr. Here is a query on distributed search. I have huge volume of log files which

Need to write a start.jar file

2008-11-04 Thread Muhammed Sameer
Salaam, I read somewhere that it is better to write a new start.jar file than use the one that is provided within the example directory, can someone please guide me to some documentation that can help me achieve this and write out my own start.jar file. Regards, Muhammed Sameer

Re: How to use multicore feature in JBOSS

2008-11-04 Thread con
Thanks Norberto Thanks for your reply Its my mistake to forget the basics. :-( But for the first question, I am still not clear. I think to use the multicore feature we should inform the server. In the Jetty server, we are starting the server using: java -Dsolr.solr.home=multicore -jar