Re: Which directories are required in Solr?

2012-08-22 Thread Geek Gamer
Hi, checkout : https://github.com/geek4377/jetty-solr you can remove exampledocs from the list to get only the required dirs for running solr. On Wed, Aug 22, 2012 at 1:02 PM, Alexander Cougarman wrote: > Hi. Which folders/files can be deleted from the default Solr package > (apache-solr-3.6.1

Re: Why is Solr still shipped with Jetty 6 / switching to Jetty 8?

2012-06-23 Thread Geek Gamer
you can try out : https://github.com/geek4377/jetty-solr.git I have tested it out briefly and seems to work fine. @all anyone who wants to test jetty 8 with solr 3.6, all feedback, comments welcome :) On Fri, May 25, 2012 at 8:13 PM, Maciej Lisiewski wrote: > I have just noticed that Solr 3.6

Re: nutch in solr

2012-02-05 Thread Geek Gamer
; taht's the problem?! > > 2012/2/5 Geek Gamer > >> looks like solrj version in nutch classpath is different that the solr >> version on server, >> can you  post the versions for both nutch and solr? >> >> >> On Sun, Feb 5, 2012 at 10:24 PM, alessi

Re: nutch in solr

2012-02-05 Thread Geek Gamer
looks like solrj version in nutch classpath is different that the solr version on server, can you post the versions for both nutch and solr? On Sun, Feb 5, 2012 at 10:24 PM, alessio crisantemi wrote: > no, all run on port 8983. > .. > > 2012/2/5 Matthew Parker > >> Doesn't tomcat run on port 8

Re: nutch 1.2, solr 3.3, tomcat6. java.io.IOException: Job failed! problem when building solrindex

2011-07-12 Thread Geek Gamer
you need to update the solrj libs to 3.x version. the java bin format has changed . I made the change a few months back, you can pull the changes from https://github.com/geek4377/nutch/tree/geek5377-1.2.1 hope that helps, On Wed, Jul 13, 2011 at 8:58 AM, Leo Subscriptions wrote: > I'm running 6

best way to configure DIH for multiple DBS

2010-12-10 Thread Geek Gamer
hi group, I have multiple document types indexed on a single core solr instance and each comes from a different DB. What is the best way to configure DIH to read each document type from corresponding DB. AS far as i could find DIH does not honour multiple document tags inside the data config. Th

Re: How to "OR" facet queries

2010-08-11 Thread Geek Gamer
On Thu, Aug 12, 2010 at 7:12 AM, Frank A wrote: > Hi, I have 3 facet fields (A,B,C) the values of each facet field will > be shown as check boxes to users: > > Field A > [x] Val1a > [x] Val2a > [] Val3a > > Field B > [x] Val1b > [] Val2b > [] Val3b > > Within a field if the user selects two i

Re: dataimporthandler and javascript transformer and default values

2010-06-14 Thread Geek Gamer
hi, check Regex Transformer http://wiki.apache.org/solr/DataImportHandler#RegexTransformer umar On Mon, Jun 14, 2010 at 5:44 PM, wrote: > hi, > > i have two questions: > > 1) how can i set a default value on an imported field if the > field/column is missing from a SQL query > 2) i had a probl

ranking question

2010-06-11 Thread Geek Gamer
Hi , I want to reorder the results as per function like sum(w0*score, w1*field1, w2*field2, w3*filed3,..) I am using solr1.4 and it seems it does not support sort by function. How can this be achieved I tried using q=(query)^w0 (_val_:field1)^w1 (_val_:field2...)^w2 it adds more computations

DIH full-import memory issue

2010-05-10 Thread Geek Gamer
Hi, I am facing issues with DIH fullimport, I have a database with 3 million records that will translate into index size of 6GB. When I am trying to do full import I am getting out of memory error like : INFO: Starting Full Import May 10, 2010 11:44:06 PM org.apache.solr.handler.dataimport.Solr

Re: Big problem with solr in an official server.

2010-04-19 Thread Geek Gamer
if you want to limit the use of memory by the java process you could use java -XmxNGB where N is the amount of memory you want to limit to jetty container. On Mon, Apr 19, 2010 at 10:05 PM, Ariel wrote: > I have just read the post, but it doesn't said if the problems with memory > are associated