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

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 http://findfiles.net! On 08/24/2011 09:53 AM, Jan Høydahl (JIRA) wrote: [

[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

[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

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: 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 +

new facet parameter: facet.exists=true

2010-03-30 Thread Gregor Kaczor
will i get a list of results. Such an option would just count the first occurance of a facet term and return it without doing much of computation. I cound not figure out how to get that behaviour with existing facetting parameters. What do you think? Gregor Kaczor

IndexWriter.synced field accumulates data

2010-03-17 Thread Gregor Kaczor
I am running into a strange OutOfMemoryError. My small test application does index and delete some few files. This is repeated for 60k times. Optimization is run from every 2k times a file is indexed. Index size is 50KB. I did analyze the HeapDumpFile and realized that IndexWriter.synced field

Re: IndexWriter.synced field accumulates data

2010-03-17 Thread Gregor Kaczor
an issue? Mike On Wed, Mar 17, 2010 at 1:15 PM, Gregor Kaczor gkac...@gmx.de wrote: I am running into a strange OutOfMemoryError. My small test application does index and delete some few files. This is repeated for 60k times.  Optimization is run from every 2k times a file is indexed. Index

[jira] Created: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-17 Thread Gregor Kaczor (JIRA)
Type: Bug Components: Index Affects Versions: 3.0.1, 3.0, 2.9.2, 2.9.1 Environment: all Reporter: Gregor Kaczor Priority: Minor I am running into a strange OutOfMemoryError. My small test application does index and delete some few files. This is repeated

Re: IndexWriter.synced field accumulates data

2010-03-17 Thread Gregor Kaczor
, Mar 17, 2010 at 1:15 PM, Gregor Kaczor gkac...@gmx.de wrote: I am running into a strange OutOfMemoryError. My small test application does index and delete some few files. This is repeated for 60k times.  Optimization is run from every 2k times a file is indexed. Index size is 50KB. I did