[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread David Woollard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778739#action_12778739 ] David Woollard commented on SOLR-1516: -- As an outside observer to this list, i think th

[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778736#action_12778736 ] Noble Paul commented on SOLR-1516: -- bq. where formats are critical and metadata output is m

[jira] Issue Comment Edited: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778726#action_12778726 ] Chris A. Mattmann edited comment on SOLR-1516 at 11/17/09 5:17 AM: ---

[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778726#action_12778726 ] Chris A. Mattmann commented on SOLR-1516: - bq. This does not help the user of the AP

[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)

2009-11-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778714#action_12778714 ] Noble Paul commented on SOLR-1277: -- I shall do that. I shall edit the page http://wiki.apac

[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778710#action_12778710 ] Noble Paul commented on SOLR-1516: -- bq. Can you elaborate on why you don't think this patch

[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)

2009-11-16 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778602#action_12778602 ] Patrick Hunt commented on SOLR-1277: Unfortunately I'm not very familiar with Solr, I mi

Re: Open source search social evening in London - 18th Nov

2009-11-16 Thread Richard Marr
Hi all, Just a reminder that we're meeting up this Wednesday at the location below. It just occurred to me that we haven't put anything about ourselves in the invite... René is a consultant specialising in Lucene, Solr, and linguistics (René please correct me if I'm misrepresenting you horribly)

Re: Functions as Filters

2009-11-16 Thread Grant Ingersoll
On Nov 16, 2009, at 3:26 PM, Yonik Seeley wrote: > On Mon, Nov 16, 2009 at 3:18 PM, Grant Ingersoll wrote: >>> http://www.lucidimagination.com/blog/tag/frange/ >> >> I notice in the implementation that it assumes float. What if I want double >> range? > > That's the same generic problem as f

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-11-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778512#action_12778512 ] Grant Ingersoll commented on SOLR-773: -- Hi Bill (and everyone else), I'm working on bit

Re: Functions as Filters

2009-11-16 Thread Yonik Seeley
On Mon, Nov 16, 2009 at 3:18 PM, Grant Ingersoll wrote: >> http://www.lucidimagination.com/blog/tag/frange/ > > I notice in the implementation that it assumes float.  What if I want double > range? That's the same generic problem as function query (float vs double vs int vs long)... we haven't s

Re: [jira] Commented: (SOLR-1563) NPE's occur in various situations related to FIeldable.stringValue when upgrading from 1.3 to 1.4

2009-11-16 Thread Chris Hostetter
I tried looking at this again this morning and i still can't make sense of it ... i tried writting a simple unit test for Lucene-Java that would iterate over the fields from the index produced by the SOlr 1.3 example and call stringValue() on all of them -- it never returned null in 1.4.1 and

Re: Functions as Filters

2009-11-16 Thread Grant Ingersoll
On Nov 15, 2009, at 5:07 PM, Yonik Seeley wrote: > On Sat, Nov 14, 2009 at 2:30 PM, Grant Ingersoll wrote: >> Is it at all meaningful to think about a function query acting as a Filter? >> The basic idea being that if the score was above/below some value >> (presumably 0 by default), then tha

[jira] Created: (SOLR-1568) Implement Cartesian Tier Filter

2009-11-16 Thread Grant Ingersoll (JIRA)
Implement Cartesian Tier Filter --- Key: SOLR-1568 URL: https://issues.apache.org/jira/browse/SOLR-1568 Project: Solr Issue Type: New Feature Reporter: Grant Ingersoll Assignee: Grant Inger

[jira] Commented: (SOLR-236) Field collapsing

2009-11-16 Thread Thomas Woodard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778443#action_12778443 ] Thomas Woodard commented on SOLR-236: - And this morning, without changing anything, it is

Re: Efficient Query Evaluation using a Two-Level Retrieval Process

2009-11-16 Thread J. Delgado
As I understood it setMinimumNumberShouldMatch(int min) Is used to specify a minimum number of the optional BooleanClauses which must be satisfied. I haven't seen the implementation of setMinimumNumberShouldMatch but it seems a bit different than what is intended with the WAND operator, which can

Re: Functions as Filters

2009-11-16 Thread Ryan McKinley
so I don't think any sort of generic cache is needed for geo. Agreed, no generic cache for geo. Was thinking about a generic cache for function calculations. I think even more generally would be good -- an easy way to share calculations between anything in the request cycle: functio

Re: Functions as Filters

2009-11-16 Thread Grant Ingersoll
On Nov 16, 2009, at 9:20 AM, Yonik Seeley wrote: > On Mon, Nov 16, 2009 at 8:23 AM, Grant Ingersoll wrote: >> One of the other things I think we are going to need is a cache for >> functions that are used this way. For instance, in the geo case, it is >> likely that we would both filter and s

[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778360#action_12778360 ] Chris A. Mattmann commented on SOLR-1516: - bq. I am looking at the patch and find it

Re: Functions as Filters

2009-11-16 Thread Yonik Seeley
On Mon, Nov 16, 2009 at 8:23 AM, Grant Ingersoll wrote: > One of the other things I think we are going to need is a cache for functions > that are used this way.  For instance, in the geo case, it is likely that we > would both filter and score by distance, Filtering (bounding box) should be a

[jira] Created: (SOLR-1567) Upgrade to Tika 0.5

2009-11-16 Thread Grant Ingersoll (JIRA)
Upgrade to Tika 0.5 --- Key: SOLR-1567 URL: https://issues.apache.org/jira/browse/SOLR-1567 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll Assignee: Grant Ingersoll Priorit

Re: Functions as Filters

2009-11-16 Thread Grant Ingersoll
On Nov 15, 2009, at 8:32 PM, Grant Ingersoll wrote: > > On Nov 15, 2009, at 5:07 PM, Yonik Seeley wrote: > >> On Sat, Nov 14, 2009 at 2:30 PM, Grant Ingersoll wrote: >>> Is it at all meaningful to think about a function query acting as a Filter? >>> The basic idea being that if the score was

Re: [Solr Wiki] Update of "FunctionQuery" by GrantIngersoll

2009-11-16 Thread Grant Ingersoll
On Nov 15, 2009, at 8:16 PM, Yonik Seeley wrote: > Let's all try to summarize changes to the wiki as we would changes to > the code - without that it's tough to tell what the changes are. > > In this particular case, I'm not sure if all of the formatting changes > were deliberate or accidental.

[jira] Commented: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778312#action_12778312 ] Grant Ingersoll commented on SOLR-1302: --- That being said, my anecdotal tests show them

[jira] Commented: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778308#action_12778308 ] Grant Ingersoll commented on SOLR-1302: --- Still benchmarking. I think there are two ot

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-11-16 Thread Ankul Garg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778297#action_12778297 ] Ankul Garg commented on SOLR-1316: -- I couldn't find any way to balance the tree dynamically

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-11-16 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778295#action_12778295 ] Andrzej Bialecki commented on SOLR-1316: - Well, this is kind of ugly, because it in

Re: Efficient Query Evaluation using a Two-Level Retrieval Process

2009-11-16 Thread Andrzej Bialecki
J. Delgado wrote: Here is the link to the paper. http://cis.poly.edu/westlab/papers/cntdstrb/p426-broder.pdf A more recent application of the use and extension of the WAND operator for indexing of Boolean expressions: http://ilpubs.stanford.edu:8090/927/2/wand_vldb.pdf -- Joaquin On Sun, Nov

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-11-16 Thread Ankul Garg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778289#action_12778289 ] Ankul Garg commented on SOLR-1316: -- Re: I think we can first add the terms and frequency in

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-11-16 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778280#action_12778280 ] Andrzej Bialecki commented on SOLR-1316: - Re: the tree creation - well, this is the

[jira] Updated: (SOLR-1566) Allow components to add fields to documents

2009-11-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1566: - Description: Currently it is not possible for components to add fields to documents which are not in the

[jira] Created: (SOLR-1566) Allow components to add fields to documents

2009-11-16 Thread Noble Paul (JIRA)
Allow components to add fields to documents --- Key: SOLR-1566 URL: https://issues.apache.org/jira/browse/SOLR-1566 Project: Solr Issue Type: New Feature Components: search Report

[jira] Created: (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2009-11-16 Thread Shalin Shekhar Mangar (JIRA)
StreamingUpdateSolrServer should support RequestWriter API -- Key: SOLR-1565 URL: https://issues.apache.org/jira/browse/SOLR-1565 Project: Solr Issue Type: Improvement Compone

[jira] Commented: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778259#action_12778259 ] Noble Paul commented on SOLR-1516: -- I am looking at the patch and find it difficult to see

[jira] Assigned: (SOLR-1516) DocumentList and Document QueryResponseWriter

2009-11-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1516: Assignee: Noble Paul > DocumentList and Document QueryResponseWriter > -

[jira] Commented: (SOLR-1316) Create autosuggest component

2009-11-16 Thread Ankul Garg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778252#action_12778252 ] Ankul Garg commented on SOLR-1316: -- Andrzej, how are you creating the new patch? The Solr s

Re: Efficient Query Evaluation using a Two-Level Retrieval Process

2009-11-16 Thread J. Delgado
Here is the link to the paper. http://cis.poly.edu/westlab/papers/cntdstrb/p426-broder.pdf A more recent application of the use and extension of the WAND operator for indexing of Boolean expressions: http://ilpubs.stanford.edu:8090/927/2/wand_vldb.pdf -- Joaquin On Sun, Nov 15, 2009 at 11:12 PM

[jira] Commented: (SOLR-1302) Fun with Distances - Add Distance functions for a variety of things

2009-11-16 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778247#action_12778247 ] Chris Male commented on SOLR-1302: -- Hi Grant, What sort of performance do these functions