Re: Index empty after restart.

2012-02-27 Thread zarni aung
Check in the data directory to make sure that they are present. If so, you just need to load the cores again. On Mon, Feb 27, 2012 at 11:30 AM, Wouter de Boer wouter.de.b...@springest.nl wrote: Hi, I run SOLR on Jetty. After a restart of Jetty, the indices are empty. Anyone an idea what

Re: Query for exact part of sentence

2012-01-31 Thread zarni aung
Did you rebuild the index? That would help since the index analyzer has been changed. On Tue, Jan 31, 2012 at 9:53 AM, Arkadi Colson ark...@smartbit.be wrote: The text field in the schema configuration looks like this. I changed catenateNumbers to 0 but it still doesn't work as aspected.

removing dynamic fields

2011-09-29 Thread zarni aung
Hi, I've been experimenting with Solr dynamic fields. Here is what I've gathered based on my research. For instance, I have a setup where I am catching undefined custom fields this way. I am using (trie) types by the way. dynamicField name=int* type=tint indexed=true stored=true

Re: Solr Implementations

2011-08-26 Thread zarni aung
Thank you so much for your response Erik. On Fri, Aug 26, 2011 at 8:30 AM, Erick Erickson erickerick...@gmail.comwrote: See below On Thu, Aug 25, 2011 at 4:22 PM, zarni aung zau...@gmail.com wrote: First, I would like to apologize if this is a repeat question but can't seem to get

Solr Implementations

2011-08-25 Thread zarni aung
First, I would like to apologize if this is a repeat question but can't seem to get the right answer anywhere. - What happens to pending documents when the server dies abruptly? I understand that when the server shuts down gracefully, it will commit the pending documents and close the

Core Administration

2011-06-30 Thread zarni aung
Hi, I am researching about core administration using Solr. My requirement is to be able to provision/create/delete indexes dynamically. I have tried it and it works. Apparently core admin handler will create a new core by specifying the instance Directory (required), along with data directory,

Re: Core Administration

2011-06-30 Thread zarni aung
core admin to create the new index on the fly. My original question would be, is there a tool that already does what I'm describing? Z On Thu, Jun 30, 2011 at 2:32 PM, zarni aung zau...@gmail.com wrote: Hi, I am researching about core administration using Solr. My requirement is to be able

Re: Core Administration

2011-06-30 Thread zarni aung
Thank you very much Stefan. This helps. Zarni On Thu, Jun 30, 2011 at 4:10 PM, Stefan Matheis matheis.ste...@googlemail.com wrote: Zarni, Am 30.06.2011 20:32, schrieb zarni aung: But I need to know if Solr already handles that case. I wouldn't want to have to write the tool if Solr

Field Value Highlighting

2011-06-29 Thread zarni aung
Hi, I need help in figuring out the right configuration to perform highlighting in Solr. I can retrieve the matching documents plus the highlighted matches. I've done another tool called DTSearch where it would return the offset positions of the field value to highlight. I've tried a few

Re: Document Scoring

2011-06-17 Thread zarni aung
AM, zarni aung zau...@gmail.com wrote: Hi, I am designing my indexes to have 1 write-only master core, 2 read-only slave cores. That means the read-only cores will only have snapshots pulled from the master and will not have near real time changes. I was thinking about adding a hybrid

Re: Document Scoring

2011-06-17 Thread zarni aung
Thank you, I will give that a shot. Zarni

Document Scoring

2011-06-16 Thread zarni aung
Hi, I am designing my indexes to have 1 write-only master core, 2 read-only slave cores. That means the read-only cores will only have snapshots pulled from the master and will not have near real time changes. I was thinking about adding a hybrid read and write master core that will have the

Search with Dynamic indexing

2011-06-14 Thread zarni aung
Hi, I have requirements to make large amounts of data ( 5 million) documents search-able. The problem is that more than half have highly volatile field values. I will also have a data store specifically for Meta Data. Committing frequently isn't a solution. What I'm basically trying to achieve

Available Solr Indexing strategies

2011-06-07 Thread zarni aung
Hi, I am very new to Solr and my client is trying to implement full text searching capabilities to their product by using Solr. They will also have master storage that would be the Authoritative data store which will also provide meta data searches. Can you please point me in the right