Why do we need SolrPluginUtils#optimizePreFetchDocs()

2010-01-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
This looks like a hack. It currently only uses highlighter for prefetching docs and fields . There is no standard way of other components to take part in this. We should either remove this altogether or have a standard way for all components to take part in this. -- -

[jira] Commented: (SOLR-1612) Use java.sql.Array to populate Multivalue field in DataImportHandler

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796530#action_12796530 ] Noble Paul commented on SOLR-1612: -- SOLR-1675 is a different issue. We can change the descr

[jira] Commented: (SOLR-1682) Implement CollapseComponent

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796529#action_12796529 ] Noble Paul commented on SOLR-1682: -- bq. But now also a search is done twice. Shouldn't it

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796524#action_12796524 ] patrick o'leary commented on SOLR-1568: --- bq. A smart spatial filter, at a minimum, onl

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796491#action_12796491 ] Yonik Seeley commented on SOLR-1568: bq. For those who only want pure radial search, it

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796485#action_12796485 ] Grant Ingersoll commented on SOLR-1568: --- For those who only want pure radial search, i

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796478#action_12796478 ] Yonik Seeley commented on SOLR-1568: While it's nice that this works (to double-check re

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796476#action_12796476 ] Grant Ingersoll commented on SOLR-1568: --- {code} fq={!frange l=0 u=400}hsin(0.57, -1.3,

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796457#action_12796457 ] Yonik Seeley commented on SOLR-1568: bq. since if we use the FunctionRangeQParser, it's

[jira] Updated: (SOLR-1682) Implement CollapseComponent

2010-01-04 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-1682: Attachment: SOLR-1682.patch Shalin, I tried your patch out and I ran into a few prob

Re: svn commit: r895750 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2010-01-04 Thread Grant Ingersoll
On Jan 4, 2010, at 5:30 PM, Yonik Seeley wrote: > On Mon, Jan 4, 2010 at 5:07 PM, Grant Ingersoll wrote: >> >> On Jan 4, 2010, at 4:19 PM, Yonik Seeley wrote: >> >>> On Mon, Jan 4, 2010 at 2:29 PM, wrote: + public static final double KM_TO_MILES = 0.621371192; + public static fin

[jira] Commented: (SOLR-1698) load balanced distributed search

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796417#action_12796417 ] Yonik Seeley commented on SOLR-1698: Picking which shard replica to request can be rando

[jira] Commented: (SOLR-1698) load balanced distributed search

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796410#action_12796410 ] Yonik Seeley commented on SOLR-1698: This is related to the solr cloud branch, but is pe

[jira] Created: (SOLR-1698) load balanced distributed search

2010-01-04 Thread Yonik Seeley (JIRA)
load balanced distributed search Key: SOLR-1698 URL: https://issues.apache.org/jira/browse/SOLR-1698 Project: Solr Issue Type: Improvement Reporter: Yonik Seeley Provide syntax and implementatio

Re: svn commit: r895750 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2010-01-04 Thread Yonik Seeley
On Mon, Jan 4, 2010 at 5:07 PM, Grant Ingersoll wrote: > > On Jan 4, 2010, at 4:19 PM, Yonik Seeley wrote: > >> On Mon, Jan 4, 2010 at 2:29 PM,   wrote: >>> +  public static final double KM_TO_MILES = 0.621371192; >>> +  public static final double MILES_TO_KM = 1.609344; >> >> I don't care if thes

Re: svn commit: r895750 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2010-01-04 Thread Grant Ingersoll
On Jan 4, 2010, at 4:19 PM, Yonik Seeley wrote: > On Mon, Jan 4, 2010 at 2:29 PM, wrote: >> + public static final double KM_TO_MILES = 0.621371192; >> + public static final double MILES_TO_KM = 1.609344; > > I don't care if these exist, but what are your plans for actually using them? Proba

Re: svn commit: r895750 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2010-01-04 Thread Yonik Seeley
On Mon, Jan 4, 2010 at 2:29 PM, wrote: > +  public static final double KM_TO_MILES = 0.621371192; > +  public static final double MILES_TO_KM = 1.609344; I don't care if these exist, but what are your plans for actually using them? For spatial search, it seems like we should simply standardize

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796352#action_12796352 ] Ryan McKinley commented on SOLR-1568: - {quote} could be written as {code} &fq={!sfilt f

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796348#action_12796348 ] Yonik Seeley commented on SOLR-1568: bq. Also, in all of these proposals, how do we inte

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796308#action_12796308 ] Grant Ingersoll commented on SOLR-1568: --- Also, in all of these proposals, how do we in

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796299#action_12796299 ] Grant Ingersoll commented on SOLR-1568: --- bq. Are we filtering by bounding box or by di

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2010-01-04 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796291#action_12796291 ] Andrzej Bialecki commented on SOLR-1602: - I'm in favor of B. This worked well in Ha

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796289#action_12796289 ] Yonik Seeley commented on SOLR-1568: The examples are not of equivalent power. What fie

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2010-01-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796285#action_12796285 ] Ryan McKinley commented on SOLR-1602: - In an effort to get some resolution here... Ther

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796282#action_12796282 ] Grant Ingersoll commented on SOLR-1568: --- Keep in mind distance functions are about mor

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796280#action_12796280 ] Ryan McKinley commented on SOLR-1568: - I'm torn on this also... The function query synt

[jira] Commented: (SOLR-1568) Implement Spatial Filter

2010-01-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796249#action_12796249 ] Grant Ingersoll commented on SOLR-1568: --- Here's the thing I keep coming back to with t

[jira] Commented: (SOLR-1612) Use java.sql.Array to populate Multivalue field in DataImportHandler

2010-01-04 Thread Matt Inger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796211#action_12796211 ] Matt Inger commented on SOLR-1612: -- Yes, and I have attached that transformer to SOLR-1675,

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2010-01-04 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796185#action_12796185 ] Chris A. Mattmann commented on SOLR-1602: - bq. I bet 99% of the users do not care ab

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

2010-01-04 Thread Brad Giaccio (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796182#action_12796182 ] Brad Giaccio commented on SOLR-1316: bq. We could do that but as Andrej noted, we'd end

Build failed in Hudson: Solr-trunk #1022

2010-01-04 Thread Apache Hudson Server
See -- [...truncated 1860 lines...] AUclient/ruby/flare/public/images/pie_31.png AUclient/ruby/flare/public/images/pie_32.png AUclient/ruby/flare/public/images/pie_33.png AU

[jira] Updated: (SOLR-1697) PluginInfo should load plugins w/o class attribute also

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1697: - Attachment: SOLR-1697.patch > PluginInfo should load plugins w/o class attribute also > --

[jira] Assigned: (SOLR-1697) PluginInfo should load plugins w/o class attribute also

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1697: Assignee: Noble Paul > PluginInfo should load plugins w/o class attribute also > ---

[jira] Created: (SOLR-1697) PluginInfo should load plugins w/o class attribute also

2010-01-04 Thread Noble Paul (JIRA)
PluginInfo should load plugins w/o class attribute also --- Key: SOLR-1697 URL: https://issues.apache.org/jira/browse/SOLR-1697 Project: Solr Issue Type: Improvement Reporter: N

[jira] Commented: (SOLR-1696) Deprecate old syntax and move configuration to HighlightComponent

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796167#action_12796167 ] Noble Paul commented on SOLR-1696: -- The new syntax can be as follows {code:xml}

[jira] Created: (SOLR-1696) Deprecate old syntax and move configuration to HighlightComponent

2010-01-04 Thread Noble Paul (JIRA)
Deprecate old syntax and move configuration to HighlightComponent Key: SOLR-1696 URL: https://issues.apache.org/jira/browse/SOLR-1696 Project: Solr Issue Type:

Re: highlighting setting in solrconfig.xml

2010-01-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
new issue https://issues.apache.org/jira/browse/SOLR-1696 2010/1/4 noble.paul : > Koji has a point. the syntax has to be deprecated . All the > configurations can be but into the HighlightComponent. > > > I shall open an issue. > > On Mon, Jan 4, 2010 at 9:44 AM, Chris Hostetter > wrote: >> >>

Re: highlighting setting in solrconfig.xml

2010-01-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
Koji has a point. the syntax has to be deprecated . All the configurations can be but into the HighlightComponent. I shall open an issue. On Mon, Jan 4, 2010 at 9:44 AM, Chris Hostetter wrote: > > : If this design is ok, I need to introduce new sub tags like > : and in > : in solrconfig.xml

[jira] Updated: (SOLR-1664) Some Methods in FieldType actually should be in SchemaField

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1664: - Attachment: SOLR-1664.patch updated to trunk > Some Methods in FieldType actually should be in SchemaFiel

[jira] Commented: (SOLR-1268) Incorporate Lucene's FastVectorHighlighter

2010-01-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796147#action_12796147 ] Koji Sekiguchi commented on SOLR-1268: -- I'll commit in a few days if nobody objects. >

[jira] Commented: (SOLR-1677) Add support for o.a.lucene.util.Version for BaseTokenizerFactory and BaseTokenFilterFactory

2010-01-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796136#action_12796136 ] Robert Muir commented on SOLR-1677: --- {quote} User Carl helpfully replies... That was

[jira] Commented: (SOLR-1612) Use java.sql.Array to populate Multivalue field in DataImportHandler

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796128#action_12796128 ] Noble Paul commented on SOLR-1612: -- is your issue resolved? Is it not possible to make it a

[jira] Commented: (SOLR-741) Add support for rounding dates in DateField

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796124#action_12796124 ] Noble Paul commented on SOLR-741: - With the introduction of Trie fields is it not irrelevant

[jira] Commented: (SOLR-1212) TestNG Test Case

2010-01-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796123#action_12796123 ] Shalin Shekhar Mangar commented on SOLR-1212: - bq. Keeping this out of the codeb

[jira] Updated: (SOLR-1644) Provide a clean way to keep flags and helper objects in ResponseBuilder

2010-01-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1644: - Attachment: SOLR-1644.patch no changes to any component. The Store field is created. and if any component