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
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
; 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
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
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
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
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
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
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
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
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
11 matches
Mail list logo