Found 36,204 results in 0.02 seconds. Displaying page 5 of 3,621, sorted by
Sent 2010-08-26 by Birger Lie <birger.lie@...>
To configure the different fields etc to search on - se theSolrConfig.xml
you can tailor matching on fields and fields weights + rank profiles....you can also configure different requests..
try using the dismax handler for your searches...(most control)
http://wiki.apache.org/solr/DisMaxQPar...
Sent 2010-08-26 by "Mattmann, Chris A (388J)" <chris.a.mattmann@...>
Hi Brad,
Yep, looks like JIRA is down for all Apache:
http://monitoring.apache.org/status/
Cheers,
Chris
On 8/25/10 9:04 PM, "brad" wrote:
Trying to access anything in Jira for Nutch is giving me the following
error:
System Error
A system error has occurred.
If this p...
Sent 2010-08-26 by brad <brad@...>
Trying to access anything in Jira for Nutch is giving me the following
error:
System Error
A system error has occurred.
If this problem persists - please notify your JIRA administrator of this
problem.
Cause:
org.apache.commons.lang.exception.NestableRuntimeException:
com.atlassian.jira.excep...
Sent 2010-08-25 by Savannah Beckett <savannah_beckett30@...>
I am using SolrSearchBean inside my custom parse filter in Nutch 1.1. My
solr/nutch setup is working. I have Nutch to crawl and index into Solr and I am
able to search solr index with my solr admin page. My solr schema is completely
different than the one in Nutch. When I tried to q...
Sent 2010-08-25 by Roger Marin <rsmaniak@...>
Hello,
I implemented a plugin to change the default nutch analyzer to use the
snowball analyzer since I need stemming support, based on the french
analyzer.
When I search and the query gets parsed I can see the terms are getting
stemmed, however the search returns nothing, so I'm not sure what a...
Sent 2010-08-25 by Andre Pautz <a-pautz@...>
Hello,
i was running the indexing with nutch 1.0 - so most probably the mentioned bug NUTCH-835 is the problem. I will give version 1.2 a try.
If that doesn't help I will try the TextProfilSignature as Reinhard Schwab suggested.
Again, thanks everyone for their help.
Regards, André
-----...
Sent 2010-08-24 by Volli <illov@...>
Concerning page
academicearth.rss
Its header is not declared correctly by their webserver.
That's the reason why Firefox/Opera/SRWare Iron and Nutch
are interpreting it as Content-Type:text/plain. Firefox
falls back into Quirks-mode. Only IE8/Safari are displaying
a "normal feed page".
Feed-...
Sent 2010-08-24 by Israel <wegols2@...>
thanks volley.........you rule jajaja
Sent 2010-08-24 by Volli <illov@...>
Because some characters were replaced by dots in my last post:
"OR CHANGE:" in words:
Remove question mark and equals sign.
I don't know if the remaining charcaters are allowed ones in
a query string. Possibly a stupid solution.
Am 24.08.2010 23:17, schrieb Volli:
> I think it's the query stri...
Sent 2010-08-24 by Henry Noerdlinger <hnoerdlinger@...>
Thank you,
That what I had already begun to look into. At some point in my process, a configuration will need to be set which will define search that will identify a specific set of urls to get content from.
I was planning on creating some code to sift through readlinkdb results.
My solution is...