Re: Lucene Index Size and Performance

2012-05-14 Thread Gregor Kaczor
Hi, just for stats. Findfiles.net will be switched off by the end of this month. FindFiles.net has 800.000.000 Documents (800 millions). 1KB per Document. One Document has 11 mandatory and 10 optional fields. Slave Indexes: OS: Ubuntu 11.04 All 4 slave indexes 100 GB each are run on a 4 SSD 1

Serializable SpellCheckResponse

2011-08-12 Thread Gregor Kaczor
I am using apache wicket and apache solr. In wicket i am passing QueryResponse to several classes which worked fine until I started using SpellChecking. Wicket is serializing objects in order to store them between requests. QueryResponse implements Serializable but SpellCheckResponse which is a

Re: Serializable SpellCheckResponse

2011-08-13 Thread Gregor Kaczor
quest and avoid serializing the results On Fri, Aug 12, 2011 at 4:27 PM, Gregor Kaczor wrote: I am using apache wicket and apache solr. In wicket i am passing QueryResponse to several classes which worked fine until I started using SpellChecking. Wicket is serializing objects in order to store

Re: [jira] [Commented] (SOLR-2509) spellcheck: StringIndexOutOfBoundsException: String index out of range: -1

2011-08-24 Thread Gregor Kaczor
Hi I can reproduce a StringIndexOutOfBoundsException with the suggested query "LYSROUGE1149-73190" or "ROUGE1149-73190" on Solr 3.3 Kind Regards Gregor -- How to find files on the Internet? FindFiles.net ! On 08/24/2011 09:53 AM, Jan Høydahl (JIRA) wrote: [ http

Re: Tomcat 6 & Solr With BASIC Authentication

2010-05-10 Thread Gregor Kaczor
On 05/10/2010 08:53 PM, Matthew Mauriello wrote: I am having a problem password protecting my single solr instance in Tomcat 6, does anyone know of a tutorial/example that works in Tomcat 6? Thanks, ~Matt - To unsubscribe, e-m

Re: Basic authentication for stream.url

2010-11-17 Thread Gregor Kaczor
Hello Jayendra, i did not quiet understand what you are aiming for. Usually you would pass basic authentification credentials along with the url. In Solr+Java you might use the following piece of code: int port = 80; String url = "http://localhost:"; + port +

[jira] [Updated] (SOLR-2710) SpellCheckResponse and TermsResponse should implement Serializable

2011-08-13 Thread Gregor Kaczor (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregor Kaczor updated SOLR-2710: Summary: SpellCheckResponse and TermsResponse should implement Serializable (was

[jira] [Created] (SOLR-2710) SpellCheckResponse and TermsResponse sould implement Serializable

2011-08-13 Thread Gregor Kaczor (JIRA)
Components: Build Affects Versions: 3.3, 4.0 Reporter: Gregor Kaczor Priority: Minor Fix For: 3.4 I am using apache wicket and apache solr. In wicket i am passing QueryResponse to several classes which worked fine until I started using SpellChecking