[
https://issues.apache.org/jira/browse/SOLR-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712350#action_12712350
]
Noble Paul commented on SOLR-1164:
--
it should not be a problem. the NamedList#getAll(String
[
https://issues.apache.org/jira/browse/SOLR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712349#action_12712349
]
Noble Paul commented on SOLR-920:
-
bq.So if my core has its own schema.xml in the right place
[
https://issues.apache.org/jira/browse/SOLR-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-1165:
---
Attachment: SOLR-1165.patch
OK, here's the patch to use Lucene Filters with the search methods so that
I just added a cleaned up patch that also includes some unit tests.
Thanks for everyones help.
https://issues.apache.org/jira/browse/SOLR-1177
Thanks,
Matt Weber
eSr Technologies
http://www.esr-technologies.com
On May 21, 2009, at 4:41 PM, Matt Weber wrote:
Thank you Matt, this seems to
[
https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Weber updated SOLR-1177:
-
Attachment: SOLR-1177.patch
I have cleaned up the patch, tested it against the latest version of trunk and
[
https://issues.apache.org/jira/browse/SOLR-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712223#action_12712223
]
Shalin Shekhar Mangar commented on SOLR-831:
This issue is now invalid after SOLR
[
https://issues.apache.org/jira/browse/SOLR-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar resolved SOLR-1149.
-
Resolution: Fixed
Committed revision 777656.
Thanks Kaktu!
> Make QParserPlugin
[
https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712165#action_12712165
]
Grant Ingersoll commented on SOLR-769:
--
bq. A second option would have been to move the
[
https://issues.apache.org/jira/browse/SOLR-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved SOLR-1181.
---
Resolution: Fixed
> Inner classes that don't access the ref to the object that created them
> should
[
https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved SOLR-1182.
---
Resolution: Fixed
> OrdFieldSource has a broken equals impl
> ---
[
https://issues.apache.org/jira/browse/SOLR-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712128#action_12712128
]
Jayson Minard commented on SOLR-1164:
-
The UpdateRequest has get methods for getting the
[
https://issues.apache.org/jira/browse/SOLR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712113#action_12712113
]
Otis Gospodnetic commented on SOLR-920:
---
So if my core has its own schema.xml in the ri
On Fri, May 22, 2009 at 6:50 AM, Grant Ingersoll wrote:
> Seems like distributed search is starting to hit some critical mass (there
> has been a whole bunch of patches to make components distributed lately.)
>
> I think it is reasonable to say, at this point, that we should now require
> any new
right.
some of the recent fixes screwed it up.
I shall fix it
On Fri, May 22, 2009 at 6:23 PM, Mark Miller wrote:
> Any particular reason that SnapPuller just logs exceptions in boolean
> fetchLatestIndex(SolrCore core) throws IOException ?
>
> Here and there it might throw one, but generally it
[
https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712078#action_12712078
]
Yonik Seeley commented on SOLR-1182:
Yikes... that's an important one. The hashCode wou
[
https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-1182:
--
Summary: OrdFieldSource has a broken equals impl (was: OrdFieldSource has
a brocken equals impl)
> Ord
[
https://issues.apache.org/jira/browse/SOLR-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-1182:
--
Attachment: SOLR-1182.patch
> OrdFieldSource has a brocken equals impl
> ---
[
https://issues.apache.org/jira/browse/SOLR-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll reassigned SOLR-1177:
-
Assignee: Grant Ingersoll
> Distributed TermsComponent
> --
>
>
OrdFieldSource has a brocken equals impl
Key: SOLR-1182
URL: https://issues.apache.org/jira/browse/SOLR-1182
Project: Solr
Issue Type: Bug
Reporter: Mark Miller
Assignee: Mark
[
https://issues.apache.org/jira/browse/SOLR-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-1181:
--
Attachment: SOLR-1181.patch
> Inner classes that don't access the ref to the object that created them
>
Inner classes that don't access the ref to the object that created them should
be static
Key: SOLR-1181
URL: https://issues.apache.org/jira/browse/SOLR-1181
Proj
Any particular reason that SnapPuller just logs exceptions in boolean
fetchLatestIndex(SolrCore core) throws IOException ?
Here and there it might throw one, but generally it just logs and allows
the code to continue - often you are just going to hit a nullpointer a
line or two down. Should we
In SolrDispatchFilter there is now a parsers field of
protected final WeakHashMap parsers =
new WeakHashMap();
It was in Solr 1.3. Whats the reason for
the change? Below, in doFilter we are still actually using SolrCore
rather than SolrConfig. Offhand I'm not sure why the compiler does not
[
https://issues.apache.org/jira/browse/SOLR-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712035#action_12712035
]
Noble Paul commented on SOLR-1180:
--
committed revision:777479
thanks Ali Syed
> Delete onl
[
https://issues.apache.org/jira/browse/SOLR-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-1180.
--
Resolution: Fixed
> Delete only delta import does not commit index
> ---
[
https://issues.apache.org/jira/browse/SOLR-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-1180:
-
Attachment: SOLR-1180.patch
> Delete only delta import does not commit index
> ---
[
https://issues.apache.org/jira/browse/SOLR-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-920:
Attachment: SOLR-920.patch
> Cache and reuse IndexSchema
> ---
>
> Ke
Seems like distributed search is starting to hit some critical mass
(there has been a whole bunch of patches to make components
distributed lately.)
I think it is reasonable to say, at this point, that we should now
require any new SearchComponents to be distributed capable before
committ
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/809/changes
29 matches
Mail list logo