Found 57,805 results in 0.1 seconds. Displaying page 4 of 5,781, sorted by
Sent 2010-03-12 by Ranveer Kumar <ranveer.solr@...>
Hi all,
I am using solr for searching and working fine with independent tomcat
server. I want to integrate solr with Interwoven TeamSite.
But No Idea of Integration solr with teamsite..
please help.
Sent 2010-03-12 by Tommy Chheng <tommy.chheng@...>
The wiki page has most of the info you need
*http://wiki*.apache.org/*solr*/DataImportHandler
To use multi-value fields, your schema.xml must define it with
multiValued="true"
On 3/11/10 10:58 PM, blargy wrote:
> How can you simply add a static value like?
...
Sent 2010-03-12 by blargy <zmanods@...>
How can you simply add a static value like?
How does one add a static multi-value field?
Is there any documentation on all the options for the field tag in
data-config.xml?
Thanks for the help
--
View this message...
Sent 2010-03-12 by Kranti™ K K Parisa <kranti.parisa@...>
Hi,
What are the Best Practices for Runtime Index Updates? Means we have index
and user may add some data like tags, notes..etc to each solr document.
during this scenario how quick we could update the index, and how quick we
could show the updates to the end user on UI?
Best Regards,
Kranti K ...
Sent 2010-03-12 by wicketnewuser <swarnimr@...>
Hi I'm getting geo_distance as str eventhough I'm define the field as
tdouble. my search looks like
/solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
Is there anyway i can get is as
double instead of str
--
View this message in context: http://old.nabble.com/local-solr-geo_distance-tp27873...
Sent 2010-03-12 by wicketnewuser <swarnimr@...>
Hi I'm getting geo_distance as str eventhough I'm define the field as
tdouble. my search looks like
/solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
Is there anyway i can get is as
double instead of str
--
View this message in context: http://old.nabble.com/local-solr-geo_distance-tp27873...
Sent 2010-03-12 by Shishir Jain <shishir.jain@...>
Hi,
I would like to return Facet results only on the range of search results
(say 1-100) not on the whole set of search results. Any idea how can I do
it?
Here is the reason I want to do it:
My document set is quite huge: About 100 Million documents. When a query is
run, the returned results a...
Sent 2010-03-12 by Dennis Gearon <gearond@...>
What is DIH? I feel like I'm saying, "Duh . . .", sorry.
Dennis Gearon
Signature Warning
----------------
EARTH has a Right To Life,
otherwise we all die.
Read 'Hot, Flat, and Crowded'
Laugh at http://www.yert.com/film.php
--- On Thu, 3/11/10, Constantijn Visinescu wr...
Sent 2010-03-11 by Dennis Gearon <gearond@...>
How would that work in a PHP environment. I've already come to my own conclusion that using the JSON output would be safer (definitely) and faster (probably) than using PHP output and eval();
So what to do when it gets to the PHP process is no problem. But it's setting up an embedded server on ...
Sent 2010-03-11 by Robert Muir <rcmuir@...>
>
> I don't deal with a lot of multi-lingual stuff, but my understanding is
> that this sort of thing gets a lot easier if you can partition your docs
> by language -- and even if you can't, doing some langauge detection on the
> (dirty) OCRed text to get a language guess (and then partition by l...