Hi All,
I am trying to tune ramBufferSizeMB and merge factor for my setup.
So, i enabled Lucene Index Writer's log info stream and started monitoring
Data folder where index files are created.
I started my test with following
Heap: 3GB
Solr 1.4.1,
Index Size = 20 GB,
ramBufferSizeMB=856
Merge Fac
hi all
how can i update my solr cache when i am deleting the records from database
those records are again i can get when i m searching field so what is the
procedure to clear the solr cache when i update remote databse?
thanks in advance .
regards,
vighnesh
--
View this message in context:
Just a bit more information. Inside my class which extends
FilteredDocIdSet all of the time seems to be getting spent in
retrieving the document from the readerCtx, doing this
Document doc = readerCtx.reader.document(docid);
If I comment out this and just return true things fly along as I
expect
I am planning to make my build system run with a couple of threads
whenever there is a need for a full index rebuild. One thread will
handle the normal update process - indexing new content, reinserting
changed documents, and deletes. The other thread will handle rebuilds
at the same time.
Hi there
I have a question regarding how to setup schema for some data. This data is
basically parent-child data for different types of records .. so
a bunch of records representing projects and subprojects where each
subproject has a parent project .. and a project has many child sub projects
an
I double checked all code on that page and it looks like everything is in
utf-8 and works just perfect. The problematic URLs are called always by bots
like google bot. Looks like they are operating with a different encoding.
The page itself has an utf-8 meta tag.
So it looks like I have to find a
Turns out this isn't a bug - I was just tripped up by the analysis
changes to the example server.
Gary, you are probably just hitting the same thing.
The "text" fieldType is no longer used by any fields by default - for
example the "text" field uses the "text_general" fieldType.
This fieldType use
I have a need to post process Solr results based on some access
controls which are setup outside of Solr, currently we've written
something that extends SearchComponent and in the prepare method I'm
doing something like this
QueryWrapperFilter qwf = new
QueryWrapperFilter(rb.ge
Another insteresting thing is : all one word or more word queries including
phrase queries such as "barack obama" slower in shingle configuration. What
i am doing wrong ? without shingle "barack obama" Querytime 300ms with
shingle 780 ms..
On Sat, Aug 27, 2011 at 7:58 PM, Lord Khan Han wrote: