[
https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akshay K. Ukey updated SOLR-561:
Attachment: SOLR-561.patch
Again a minor fix in replication admin page
> Solr replication by Solr (f
yes I have this tag in my SolrConfig.xml of all cores.
Parisa
ryantxu wrote:
>
> Do you have the XmlUpdateRequestHandler mapped to /update?
>
> if that fixes it, we should make a bigger note on:
> http://wiki.apache.org/solr/Solrj
>
> ryan
>
>
>
>
>
>
>
>
--
View this message
This is related to something I must have only day dreamed (dreamt?) about, but
not actually mentioned on solr-dev.
My feeling is we are moving Solr in a direction of a more general web service
that can host various NLP and ML components, and no longer only do IR/Lucene.
We see that with a few p
Thanks for the information. Looks like it is still being integrated. Do you
know what state it is in? I am going to take a look at the contrib and see
where it is at.
Thanks for your help,
Xibin
ryantxu wrote:
>
> check:
> https://issues.apache.org/jira/browse/LUCENE-1387
>
> On Oct 20, 2008,
For completeness, here's the NPE:
SEVERE: java.lang.NullPointerException
at org.apache.solr.common.util.StrUtils.splitSmart(StrUtils.java:37)
at
org.apache.solr.search.OldLuceneQParser.parse(LuceneQParserPlugin.java:
104)
at org.apache.solr.search.QParser.getQuery(QParser.java
I've run into this a couple of times now and I feel like it warrants a
discussion
For both the SpellCheckComponent (SCC) and now for the new
ClusteringComponent (SOLR-769) I think there are cases where the
QueryComponent (QC) is not required. In the SpellCheckComponent case
it is when bu
check:
https://issues.apache.org/jira/browse/LUCENE-1387
On Oct 20, 2008, at 6:56 PM, xibin wrote:
Thanks for the reply.
Let's say that I have a location code field in the document. Say
there are
2000 indexed documents that have various location codes. When a user
searches, she specifies h
Thanks for the reply.
Let's say that I have a location code field in the document. Say there are
2000 indexed documents that have various location codes. When a user
searches, she specifies her own location, as well as the maximum radius that
she wants the distance to be, in addition to other sea
I don't quite follow what you are trying to do
can you give a concrete example?
What is missing from the Filter side?
if you need to modify the lucene Query, a custom SearchComponent is
the way to go...
On Oct 20, 2008, at 6:13 PM, xibin wrote:
Hi -
I have done some searching and ha
Hi -
I have done some searching and haven't found what I was looking for. I hope
this has not been discussed in the forum already.
This is a question as well as looking for design ideas.
I need the ability to dynamically filter out search results as they are
being collected. The logic that I am
[
https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-769:
-
Attachment: SOLR-769.patch
Removed the alternate algorithm implementations, but left in some of the
Add Arabic Support
--
Key: SOLR-819
URL: https://issues.apache.org/jira/browse/SOLR-819
Project: Solr
Issue Type: New Feature
Components: Analysis
Reporter: Grant Ingersoll
Priority: Minor
[
https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641100#action_12641100
]
Todd Feak commented on SOLR-815:
For our purposes, the Japanese and Latin characters were all
[
https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Feak updated SOLR-815:
---
Attachment: SOLR-815.patch
That's a good reason to switch the Latin mappings. I reversed them and updated
the
[
https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641071#action_12641071
]
Walter Underwood commented on SOLR-815:
---
I looked it up, and even found a reason to do
Do you have the XmlUpdateRequestHandler mapped to /update?
if that fixes it, we should make a bigger note on:
http://wiki.apache.org/solr/Solrj
ryan
On Oct 20, 2008, at 10:41 AM, Parisa wrote:
Hi,
I want to see the doc that is committed as soon as I commit it in my
search
result so
I
[
https://issues.apache.org/jira/browse/SOLR-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641032#action_12641032
]
Todd Feak commented on SOLR-813:
Good catch on that bug and enhancements. I put them in my cu
NullPointerException at
org.apache.solr.client.solrj.SolrQuery.setFields(SolrQuery.java:361)
Key: SOLR-818
URL: https://issues.apache.org/jira/browse/SOLR-818
[
https://issues.apache.org/jira/browse/SOLR-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gunnar Wagenknecht updated SOLR-818:
Attachment: solr_818_npe-solrquery.patch
patch to fix the problem
> NullPointerException at
I should mention that I use apache-solr-1.3.0
Parisa wrote:
>
> Hi,
>
> I want to see the doc that is committed as soon as I commit it in my
> search result so
>
> I did as you suggest :
>
>
> solrUrl = "http://mySolrServer:8080/solr/core1/";;
>
> CommonsHttpSolrServer server = new Commons
Hi,
I want to see the doc that is committed as soon as I commit it in my search
result so
I did as you suggest :
solrUrl = "http://mySolrServer:8080/solr/core1/";;
CommonsHttpSolrServer server = new CommonsHttpSolrServer(solrUrl);
server.setParser(new XMLResponseParser());
UpdateRequest re
[
https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-561:
---
Attachment: SOLR-561.patch
Another iteration over Akshay's patch.
# Made the collectio
[
https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akshay K. Ukey updated SOLR-561:
Attachment: SOLR-561.patch
Patch with minor fixes related to the admin page.
> Solr replication by S
[
https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-561:
---
Attachment: SOLR-561.patch
Updated patch with a couple of bug fixes related to closing
24 matches
Mail list logo