On Sat, Dec 19, 2009 at 2:16 PM, gurudev wrote:
>
> Hi,
> Just wanted to know, Is the DataImportHandler available in solr1.3
> thread-safe?. I would like to use multiple instances of data import handler
> running concurrently and posting my various set of data from DB to Index.
>
> Can I do this b
Oh, forgot to add (just to keep the thread complete), the field is being
used for a sort, so it was able to use TrieDoubleField.
Thanks again,
-Jay
On Sat, Dec 19, 2009 at 12:21 PM, Jay Hill wrote:
> This field is of class type solr.SortableDoubleField.
>
> I'm actually migrating a project fro
This field is of class type solr.SortableDoubleField.
I'm actually migrating a project from Solr 1.1 to 1.4, and am in the process
of trying to update the schema and solrconfig in stages. Updating the field
to TrieDoubleField w/ precisionStep=0 definitely helped.
Thanks Yonik!
-Jay
On Sat, Dec
Ive got the following code.
$params = array('defType' => 'dismax', 'qf' => 'threads.title
posts.body tags.name', 'hl' => 'true');
$results = $solr->search($query, $offset, $limit, $params);
So the keywords will be highlighted. What i dont know how to do is
pulling the data out from
On Sat, Dec 19, 2009 at 2:25 PM, Jay Hill wrote:
> One thing that struck me as odd in the output of the stats.jsp page is that
> the field cache always shows a String type for a field, even if it is not a
> String. For example, the output below is for a field "cscore" that is a
> double:
What's t
I'm on a project where I'm trying to determine the size of the field cache.
We're seeing lots of memory problems, and I suspect that the field cache is
extremely large, but I'm trying to get exact counts on what's in the field
cache.
One thing that struck me as odd in the output of the stats.jsp p
On Fri, 18 Dec 2009 23:04:59 +0530
Naga raja wrote:
> hi all,
> I am disparately in need some webpages that uses solr at backend
> and display the results..
> Plz can u send some PHP codes tht resembles like Google that uses
> Solr. Im new to solr.
In other words, please will someone do my (home
Hi,
Just wanted to know, Is the DataImportHandler available in solr1.3
thread-safe?. I would like to use multiple instances of data import handler
running concurrently and posting my various set of data from DB to Index.
Can I do this by registering the DIH multiple times with various names in
so