It looks like the snapinstaller script does an atomic remove and replace of
the entire solr_home/data_dir/index folder with the contents of the new
snapshot before issuing a commit command. I am trying to understand the
implication of the same.
What happens to queries that come during the time
On 10/6/09 3:32 PM, "Chris Hostetter" wrote:
>
> : I ll try to explain with an example. Given the term 'it!' in the title, it
> : should match both 'it' and 'it!' in the query as an exact match. Currently,
> : this is done by using a synonym entry (and index time SynonymFilter) as
> : follow
On 10/5/09 8:59 PM, "Christian Zambrano" wrote:
>
> Wouldn't it be better to use built-in token filters at both index and
> query that will convert 'it!' to just 'it'? I believe the
> WorkDelimeterFilterFactory will do that for you.
>
We do have a field that uses WordDelimiterFilter but it a
On 10/5/09 2:46 AM, "Shalin Shekhar Mangar" wrote:
>> Alternatively, is there a filter available which takes in a pattern and
>> produces additional forms of the token depending on the pattern? The use
>> case I am looking at here is using such a filter to automate synonym
>> generation. In ou
I just saw the reply from Shalin after sending this email. Kindly excuse.
On 10/5/09 5:17 PM, "Prasanna Ranganathan" wrote:
>
> Can someone please give me some pointers to the questions in my earlier
> email? And and every help is much appreciated.
>
> Regards,
>
Can someone please give me some pointers to the questions in my earlier
email? And and every help is much appreciated.
Regards,
Prasanna.
On 10/2/09 11:01 AM, "Prasanna Ranganathan"
wrote:
>
> Does the PatternReplaceFilter have an option where you can keep the ori
Does the PatternReplaceFilter have an option where you can keep the
original token in addition to the modified token? From what I looked at it
does not seem to but I want to confirm the same.
Alternatively, is there a filter available which takes in a pattern and
produces additional forms of the
On 9/18/09 3:17 PM, "AHMET ARSLAN" wrote:
>> We have a document field with attributes indexed=true,
>> stored=true
>> (multiValued not explicitly set in schema.xml) and also use
>> the
>> SynonymFilterFactory as one of the index analyzer filters
>> for that field. I
>> examined (using Luke)
Hi,
I have a question regarding the usage of the SynonymFilterFactory at index
time.
We have a document field with attributes indexed=true, stored=true
(multiValued not explicitly set in schema.xml) and also use the
SynonymFilterFactory as one of the index analyzer filters for that field. I
exa
Hi,
I am a newbie to Solr and request you all to kindly excuse any rookie
mistakes.
I have the following questions:
We use the Synonym Filter on one of the indexed fields. It is specified in
the schema.xml as one of the filters (for the analyzer type index) for that
field. I believe that this
10 matches
Mail list logo