People may want to consider changing the useFilterForSortedQuery
option from true to false (or commenting it out) in solrconfig.xml
I believe it should result in a speedup for the average query that
sorts on something other than score.
Generating and using filters for base queries used to be a wi
: application/xml
:
:
: That causes the MIME type to get set explicitly and Firefox renders
: the page properly, with or without IE Tab.
thanks for the suggestion, i went ahead and added this to the Solr
web.xml, but i used "application/xslt+xml" instead since it seems to work
just as we
On 12/11/06, Edward Garrett <[EMAIL PROTECTED]> wrote:
hello,
i'm doing phrasal searches, and am not happy with how highlighting is done
by default.
if i search for something, like "w1 w2 w3", then correctly, only fields that
match perfectly will be found. however, when i specify highlighting w
We are currently using solr to index various types of content in our
system, several of which allow users to comment on. What we would
like to do is issue a query on the top level content which also
searches the attached comments but only returns unique top level
documents as results, while still
: different field sets under solr. Would I have to have multiple
: implementations of solr running, or can I have more than one schema.xml
: file per "collection" ?
currently the only supported way to do this is run multiple isntances of
the solr.war ... if you look at the various container spec
That's a great idea, thanks Yonik.
-Sangraal
On 12/11/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 12/11/06, sangraal aiken <[EMAIL PROTECTED]> wrote:
> I'm looking into creating something to track the top 10 - 20 searches
that
> run through Solr for a given period.
For offline processing,
On 12/11/06, sangraal aiken <[EMAIL PROTECTED]> wrote:
I'm looking into creating something to track the top 10 - 20 searches that
run through Solr for a given period.
For offline processing, using log files is the simplest thing... the
code remains separated, you can do historical processing if
I'm looking into creating something to track the top 10 - 20 searches that
run through Solr for a given period.
I could just create a counter object with an internal TreeMap or something
that just keeps count of the various terms, but it could grow very large
very fast and I'm not yet sure what i
I was wondering how I might create multiple collections that have
different field sets under solr. Would I have to have multiple
implementations of solr running, or can I have more than one schema.xml
file per "collection" ?
Thanks
Andrew
Nevermind, I got it working now. Had the paths setup incorrectly.
Dumb++
Andrew
Andrew Nagy wrote:
Thanks Yonik for the reply. I am using tomcat, and there is nothing in
the catalina.out file. The access log just reports the same error I
see in the browser which is reported below.
I am sta
Thanks Yonik for the reply.
I am using tomcat, and there is nothing in the catalina.out file. The
access log just reports the same error I see in the browser which is
reported below.
I am starting tomcat from my solr directory which has the data, bin and
conf directories as subdirectories. So
On 12/11/06, Andrew Nagy <[EMAIL PROTECTED]> wrote:
I installed the 12-8 snapshot of solr on my 64bit RH AS server and
whenever I go to the admin page I get the following error:
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoClassDefFoundError: Could not initialize class
o
I installed the 12-8 snapshot of solr on my 64bit RH AS server and
whenever I go to the admin page I get the following error:
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.solr.core.SolrCore
Any ideas as to what
hello,
i'm doing phrasal searches, and am not happy with how highlighting is done
by default.
if i search for something, like "w1 w2 w3", then correctly, only fields that
match perfectly will be found. however, when i specify highlighting with
hl=true&hl.fl=myfield, then two things don't work ac
14 matches
Mail list logo