Re: Delete entire index

2007-06-14 Thread Otis Gospodnetic
index" within the same index dir. Otis - Original Message From: Ryan McKinley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday, June 13, 2007 3:40:52 PM Subject: Re: Delete entire index >> : >> : Actually, it's not quite equivalent if there wa

Re: Delete entire index

2007-06-13 Thread Yonik Seeley
On 6/13/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: >> : >> : Actually, it's not quite equivalent if there was a schema change. >> : There are some "sticky" field properties that are per-segment global. >> : For example, if you added omitNorms="true" to a field, then did >> >> Hmmm... I thought

Re: Delete entire index

2007-06-13 Thread Ryan McKinley
: : Actually, it's not quite equivalent if there was a schema change. : There are some "sticky" field properties that are per-segment global. : For example, if you added omitNorms="true" to a field, then did Hmmm... I thought the optimize would take care of that? Oh yes, sorry, I was thinking a

Re: Delete entire index

2007-06-13 Thread Yonik Seeley
On 6/13/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : > correct ... deleting *:* followed by doing an should be : > functionally equivilent to stoping the servlet container, removing the : > directory and starting the sorl container ... but it won't be quite as : > efficient. : : Actually, it

Re: Delete entire index

2007-06-13 Thread Yonik Seeley
On 6/13/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : I could be wrong, but I think you can send a "delete by query" syntax: : *:* correct ... deleting *:* followed by doing an should be functionally equivilent to stoping the servlet container, removing the directory and starting the sorl c

Re: Delete entire index

2007-06-13 Thread Chris Hostetter
: > correct ... deleting *:* followed by doing an should be : > functionally equivilent to stoping the servlet container, removing the : > directory and starting the sorl container ... but it won't be quite as : > efficient. : : Actually, it's not quite equivalent if there was a schema change. : T

Re: Delete entire index

2007-06-13 Thread Chris Hostetter
: I could be wrong, but I think you can send a "delete by query" syntax: : *:* correct ... deleting *:* followed by doing an should be functionally equivilent to stoping the servlet container, removing the directory and starting the sorl container ... but it won't be quite as efficient. if some

Re: Delete entire index

2007-06-13 Thread Yonik Seeley
I agree... and the fix really belongs at the Lucene level: https://issues.apache.org/jira/browse/LUCENE-932 -Yonik On 6/13/07, Matt Mitchell <[EMAIL PROTECTED]> wrote: Hi, Is there a way to have Solr completely remove the current index? ? We're still in development and so our schema is waveri

Re: Delete entire index

2007-06-13 Thread Thiago Jackiw
Matt, I could be wrong, but I think you can send a "delete by query" syntax: *:* -- Thiago Jackiw acts_as_solr => http://acts-as-solr.railsfreaks.com On 6/13/07, Matt Mitchell <[EMAIL PROTECTED]> wrote: Hi, Is there a way to have Solr completely remove the current index? ? We're still in de