Re: Blob storage

2008-12-27 Thread Babak Farhang
> - there will be a trade-off where reading the info from a 2nd system would > be slower than just a single call which has all the results. Especially if > you have to fetch a couple of these things. I agree. So, for example, when an app is displaying the search results on a web page, it is certa

[jira] Commented: (LUCENE-1496) Move solr NumberUtils to lucene

2008-12-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659319#action_12659319 ] Uwe Schindler commented on LUCENE-1496: --- I looked into the code of NumberUtils: The

[jira] Commented: (LUCENE-1496) Move solr NumberUtils to lucene

2008-12-27 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659355#action_12659355 ] Ryan McKinley commented on LUCENE-1496: --- should the number functions from TrieUtils

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659359#action_12659359 ] Mark Miller commented on LUCENE-1483: - {quote} Given how different the results are, de

LocalLucene or GeoHash for spatial search ?

2008-12-27 Thread squaro
Hello everybody I would like to have your mind about spatial search techniques using Lucene According to you is it better to use http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene.htm LocalLucene or encoding lat and long with http://geohash.org/ Geohash ( and then use a RangeFi