Found 57,731 results in 0.109 seconds. Displaying page 9 of 5,774, sorted by
Sent 2010-03-10 by Kimberly Kantola <kkantola@...>
My first thought after reading this : "ouch!".
My second thought after reading this : "Hey, I think this guys is right".
:)
So, I am new to all things Solr, and am working with some code which creates
some new Handlers to be called by the Solr app. What I am doing is
updating these classe...
Sent 2010-03-10 by stocki <stock@...>
hey.
okay. thx
my suggestion run in another core ;)
do you distinct during the import with DIH ?
gwk-4 wrote:
>
> Hi,
>
> I ran into the same issue, and what I did (at
> http://www.mysecondhome.co.uk/) was to create a separate core just for
> autosuggest which is fully updated once an ...
Sent 2010-03-10 by Jan Høydahl / Cominvent <jan.asf@...>
You probably don't want to include words in your dictionary which are not in your index.
Have you tried Solr's feature to generate spellcheck dictionary from one or more of your index fields?
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Training in Europe - www.sol...
Sent 2010-03-10 by Dino Di Cola <dinodicola@...>
Dear all,
I am trying to provide an embedded server to a web application deployed in a
servlet container (like tomcat).
I would like to call a method like this
protected void configSolrServer() throws ConfigException {
String idxHome =
systemProp.getProperty(Configuration.Key.IDX_HOM...
Sent 2010-03-10 by gwk <gijs@...>
Hi,
I ran into the same issue, and what I did (at
http://www.mysecondhome.co.uk/) was to create a separate core just for
autosuggest which is fully updated once an hour which contains the
distinct values of the items I want to look for including the count so I
can display the approximate amo...
Sent 2010-03-10 by stocki <stock@...>
hello.
i implement my suggest-function with edgengramfilter.
now when i get my result , is the result not distinct. often ist the name
double or more.
is it possible that solr gives me only distinct result ?
"response":{"numFound":172,"start":0,"docs":[
{
"name":"Halloween"},
{
"name":"...
Sent 2010-03-10 by Jan Høydahl / Cominvent <jan.asf@...>
Also, eDisMax query parser will be a welcome tool for these kinds of requirements:
https://issues.apache.org/jira/browse/SOLR-1553
>From the feature list: "advanced stopword handling... stopwords are not required in the mandatory part of the query but are still used (if indexed) in the proximity...
Sent 2010-03-10 by Erik Hatcher <erik.hatcher@...>
You're going to have to employ some UI work to make the arrangement
how you like. Order from Solr isn't going to be guaranteed.
Erik
On Mar 10, 2010, at 5:37 AM, Steve Radhouani wrote:
> Using Solrj, I would like to sort the response of a range query
> based on
> some specific labels. F...
Sent 2010-03-10 by Erick Erickson <erickerickson@...>
Not really SOLR doesn't have a way to implement this
kind of thing. You'd have to do some sort of post-processing
of the results I think.
HTH
Erick
2010/3/10 André Maldonado
> Hi all.
>
> I have 2 indexes with different structures, but a few equal fields. There
> ...
Sent 2010-03-10 by Ahmet Arslan <iorixxx@...>
> Yes Content is stored and I get same
> results adding that parameter.
>
> Still not highlighting the content :-(
>
> Any other ideas
What is the field type of attr_content? And what is your query?
Are you running your query on another field and then requesting snippets from
attr_content?
...