On 4/23/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
...The error says something about command not found line 15, but all the
files I looked at, line 15 was a comment...
Running your script with
bash -x myscript
should help, it will echo commands before executing them.
-Bertrand
On 4/22/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
Should we have
separate directories under bin for different platforms or should we
try to have one script to rule them all?
I think we should try to keep the same scripts until it becomes too burdensome.
-Yonik
I am using the solr home that comes with the example. The curious
thing is I get the error in item 1 when running on linux, as well.
The error says something about command not found line 15, but all the
files I looked at, line 15 was a comment. I _think_ it is referring
to an error in r
What does your directory structure look like? The scripts assume that
all the scripts are in the bin directory which is under $solr_root.
So $solr_root is set to be two directory level up from where the
script is.
It turns the cp command in OS X and BSD can not be used to create hard links.
We w
Hi, I'm new to Solr. I've just started playing around with it and learning
what it can do.
I'd like to include a vote field on all of my indexed documents. Users vote
on the content they like. A vote tally is displayed along with the each
document returned in the results of a search.
Let's sa
On 4/22/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
Seems like we should document it. I don't know if linking to the
exact nightly build is worth the trouble though.
If we document it in some consistent manner that can easily be
searched, it would be easier to change after a release.
Sounds g
On 4/19/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
What if we made a policy of including a "added in version XX" to wiki
documentation of features that aren't yet in a release?
The XX could
link to a page that includes a link to the nightly build and
CHANGES.txt, or the release package for already
On 4/22/07, Traut <[EMAIL PROTECTED]> wrote:
I'm working on some presentation for my co-workers about Lucene/Solr
index/search process. The question is why lucene (especially Solr) is
such a fast engine?
I think some of it is the nature of open source. You have people who
care, contributin
Hi all
I'm working on some presentation for my co-workers about Lucene/Solr
index/search process. The question is why lucene (especially Solr) is
such a fast engine?
Has it something to do with index file formats
(http://lucene.apache.org/java/docs/fileformats.html)?
or is it all about