I have been trying the MLT Query using EmbeddedSolr and SolrJ clients, which
is resulting in NPE.
It looks like a problem as mentioned here
https://issues.apache.org/jira/browse/LUCENE-819
If that is the case,how to fix this?
The MLT field has been stored with termvectors.
The query i used and t
George L wrote:
I have been trying the MLT Query using EmbeddedSolr and SolrJ clients, which
is resulting in NPE.
Do you get the same error without solrj?
Can you run the same query with:
http://localhost:8987/solr/select?q=id:11&mlt=true
(just to make sure we only need to look at
Can somebody help me please, i have already spent a whole saturday night
with the trunk code ;-(
Also, do you get the same error with an empty database?
Thanks, Brian.
On 9/5/07, Brian Whitman <[EMAIL PROTECTED]> wrote:
>
>
> > It is apparently attempting to parse &en=499af384a9ebd18f in the
> > URL. I am
> > not clear why it would do this as I specified indexed="false." I
> > need to
> > store this because that is how the user gets to the origi
On Sep 7, 2007, at 4:32 PM, Lance Norskog wrote:
Otherwise, the only downside of dynamic fields is that you can't
say, "give
me fields a*_t but not b*_t" in a query. I haven't found others in
the mail
archives or the wiki.
We're gonna fix this one. It's part of this issue for now:
i wanna try patch:
https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
and i download solr1.2 release
patch < SOLR-269*.pach(when in
'/tmp/apache-solr-1.2.0/src/test/org/apache/solr/update'
)
it show me
|Index: src/test/org/apache
James liu wrote:
i wanna try patch:
https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
and i download solr1.2 release
The most recent patch is Eriks-ModifiableDocument.patch
You will need to apply it to solr trunk. (not 1.2 r
Hi all,
We've been using DirectSolrConnection in an application with low
overall load, but proportionally a lot of updates (nearly as many
updates as searches). While I love the fact that I don't have to deal
with HTTP, we're seeing a couple of problems.
After a while we start getting exce
thks ,ryan.
2007/9/10, Ryan McKinley <[EMAIL PROTECTED]>:
>
> James liu wrote:
> > i wanna try patch:
> >
> https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
> >
> > and i download solr1.2 release
> >
>
> The most recent patch is E