Re: Tagging

2007-02-14 Thread Otis Gospodnetic
One way around this is to get support for ParallelReader (I believe ParallelWriter is still in JIRA, contributed by Chuck) into Solr. http://lucene.apache.org/java/docs/api/org/apache/lucene/index/ParallelReader.html Then you'd keep your big fields in one index, and the frequently modified and s

Re: Incremental replication...

2007-02-14 Thread Kevin Lewandowski
snapshooter copies all files but most files in the snapshot directories are hard links pointing to segments in the main index directory. So only new segments end up getting copied. We've been running replication on discogs.com for several months and it works great. On 2/13/07, escher2k <[EMAIL P

Re: Using solr on windows

2007-02-14 Thread Chris Hostetter
: It'd be cool to have a Windows (or Java) version of post.sh, as IIUC : this is the only thing that prevents Windows users from trying Solr in : 10 minutes. If someone wants to write that I'm sure we'd be happy to : integrate it in the codebase. I'll try to clean up and commit SOLR-86 sometime t

Re: convert custom facets to Solr facets...

2007-02-14 Thread Erik Hatcher
On Feb 13, 2007, at 6:07 PM, Yonik Seeley wrote: On 2/12/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: And just for the record, Solr drives Collex @ NINES: which implements tagging along with faceted and full-text search. I've recently hacked our system such that the bulk of our custom caches

Re: Tagging

2007-02-14 Thread Yonik Seeley
On 2/13/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: I think it's the spaces at the ends of your lines that mess up most other clients trying to put the URL back together again. Yep, seems it's "delsp=yes" being used by Mail.app, but not being supported by other mail clients. http://www.macinto

Re: Using solr on windows

2007-02-14 Thread Yonik Seeley
On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote: Hi all, I'm new to solr. I've just installed it and am trying to run the example. The problem is that the tutorial seems to suggest that you need Unix to run solr. Did you skip over the "requirements" section in the tutorial? ;-) ''' On

AW: Using solr on windows

2007-02-14 Thread Burkamp, Christian
Hi, if you have a copy of curl installed this script should work as a windows replacement for post.sh. You could name it post.bat. Don't forget to adjust the hostname and port if you don't have Solr running on the local machine. --snip--- rem echo off setlocal set URL="http://localhost:

Re: Using solr on windows

2007-02-14 Thread Walter Lewis
Erik Hatcher wrote: Cygwin needs curl installed. It should be fairly easy to select that and have it installed. It's been a while since I've used cygwin, but I do recall a list of packages to install. I would just note that, while the examples as designed around Cygwin, it is by no means a d

Re: Using solr on windows

2007-02-14 Thread Erik Hatcher
On Feb 14, 2007, at 6:34 AM, Kainth, Sachin wrote: Thanks for the replies, I have now tried using cygwin and the result was this: Posting file C:\apache-solr-1.1.0-incubating\example\exampledocs\solr.xml to htt p://localhost:8983/solr/update /cygdrive/c/apache-solr-1.1.0-incubating/example/exa

RE: Using solr on windows

2007-02-14 Thread Kainth, Sachin
Thanks for the replies, I have now tried using cygwin and the result was this: Posting file C:\apache-solr-1.1.0-incubating\example\exampledocs\solr.xml to htt p://localhost:8983/solr/update /cygdrive/c/apache-solr-1.1.0-incubating/example/exampledocs/post.sh: line 22: c url: command not found /

Re: Using solr on windows

2007-02-14 Thread Bertrand Delacretaz
On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote: ...The problem is that the tutorial seems to suggest that you need Unix to run solr... Solr itself should run fine on Windows, but you're right that most or all of the scripts provided with Solr require a unixish shell. Installing cygwin s

Re: Using solr on windows

2007-02-14 Thread Erik Hatcher
On Feb 14, 2007, at 6:01 AM, Kainth, Sachin wrote: I'm new to solr. I've just installed it and am trying to run the example. The problem is that the tutorial seems to suggest that you need Unix to run solr. For example to add a document to the solr?/lucene? Index you need to do this: [EMAIL

Using solr on windows

2007-02-14 Thread Kainth, Sachin
Hi all, I'm new to solr. I've just installed it and am trying to run the example. The problem is that the tutorial seems to suggest that you need Unix to run solr. For example to add a document to the solr?/lucene? Index you need to do this: [EMAIL PROTECTED]:~/tmp/solr/solr-nightly/example/ex

detecting duplicates using the field type 'text'

2007-02-14 Thread Ben Incani
Hi Solr users, I have the following fields set in my 'schema.xml'. *** schema.xml *** ... id document_title *** schema.xml *** When I add a document with a duplicate title, it gets duplicated (not sure why) duplicate duplicate When I add a document with a duplicate titl

Re: Tagging

2007-02-14 Thread Bertrand Delacretaz
On 2/14/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: ...Sorry if I'm sending things mangled somehow - and if anyone has suggestions on correcting I'm all ears For long links I tend to use http://tinyurl.com/, but it's a bit painful to do that for all links. -Bertrand