Re: Solr logo poll

2007-04-09 Thread Michael Kimsal

My wife votes for A.  :)

On 4/9/07, Nitin Borwankar [EMAIL PROTECTED] wrote:


B

Yonik Seeley wrote:

 Quick poll...  Solr 2.1 release planning is underway, and a new logo
 may be a part of that.
 What form of logo do you prefer, A or B?  There may be further
 tweaks to these pictures, but I'd like to get a sense of what the user
 community likes.

 A)
 http://issues.apache.org/jira/secure/attachment/12349897/logo-solr-d.jpg

 B)

http://issues.apache.org/jira/secure/attachment/12353535/12353535_solr-nick.gif


 Just respond to this thread with your preference.

 -Yonik



--


Nitin Borwankar

http://walruscarpenter.wordpress.comOf shoes  and ships  and sealing
wax  of cabbages and kings
http://greener.comFind, Learn, Act  Greener, the search engine for
the planet
http://tagschema.com  Implementation of tag database applications

[EMAIL PROTECTED]
510-872-7066






--
Michael Kimsal
http://webdevradio.com


Field Term vector

2007-04-09 Thread Suresh Kannan
What is Field Term Vector? how we can use this?

Suresh

Re: Error loading custom similarity class

2007-04-09 Thread mark angelillo

Thanks, Yonik. I was definitely missing that.

On Apr 9, 2007, at 2:08 PM, Yonik Seeley wrote:


On 4/9/07, mark angelillo [EMAIL PROTECTED] wrote:

package org.apache.lucene.misc;


[...]

2) Create the .jar file. (Maybe I'm doing this wrong?)

  javac classpath lucene-core-nightly.jar CustomSimilarity.java
  jar -cvf CustomSimilarity.jar CustomSimilarity.class


This may be the problem.  The path in the jar file needs to reflect  
the package.
So the CustomSimilarity.class file needs to be in the org/apache/ 
lucene/misc/

directory.

-Yonik




Re: Controlling read/write access for replicated indexes

2007-04-09 Thread Bill Au

Solr's web.xml has a servlet-mapping which maps url-pattern /update/* to
the SolrUpdateServlet.  You can set up a security-constraint on that to
protect against inadvertent updates.

Bill

On 3/28/07, Jeff Rodenburg [EMAIL PROTECTED] wrote:


I'm curious what mechanisms everyone is using to control read/write access
for distributed replicated indexes.  We're moving to a replication
environment very soon, and our client applications (quite a few) all have
configuration pointers to the URLs for solr instances.  As a precaution, I
don't want errant configuration values to inadvertently send write
requests
to read servers, as an example.  As an aside, we're running solr under
tomcat 5.5.x which has its own control aspects as well.

Any best practices, i.e. something that's not a maintenance headache
later,
from those who have done this would be greatly appreciated.

thanks,
j.r.



Re: Solr logo poll

2007-04-09 Thread Bill Au

A

Bill

On 4/9/07, Michael Kimsal [EMAIL PROTECTED] wrote:


My wife votes for A.  :)

On 4/9/07, Nitin Borwankar [EMAIL PROTECTED] wrote:

 B

 Yonik Seeley wrote:

  Quick poll...  Solr 2.1 release planning is underway, and a new logo
  may be a part of that.
  What form of logo do you prefer, A or B?  There may be further
  tweaks to these pictures, but I'd like to get a sense of what the user
  community likes.
 
  A)
 
http://issues.apache.org/jira/secure/attachment/12349897/logo-solr-d.jpg
 
  B)
 

http://issues.apache.org/jira/secure/attachment/12353535/12353535_solr-nick.gif
 
 
  Just respond to this thread with your preference.
 
  -Yonik



 --


 Nitin Borwankar

 http://walruscarpenter.wordpress.comOf shoes  and ships  and sealing
 wax  of cabbages and kings
 http://greener.comFind, Learn, Act  Greener, the search engine
for
 the planet
 http://tagschema.com  Implementation of tag database applications

 [EMAIL PROTECTED]
 510-872-7066





--
Michael Kimsal
http://webdevradio.com



Re: Question about code contribution

2007-04-09 Thread Jeff Rodenburg

Perfect, thanks Otis.  Nice to hear from you, btw.

cheers,
j



On 4/6/07, Otis Gospodnetic [EMAIL PROTECTED] wrote:


Yes, each file needs to contain the license.  Look at any .java file to
see what should go there and where.

Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/  -  Tag  -  Search  -  Share

- Original Message 
From: Jeff Rodenburg [EMAIL PROTECTED]
To: solr-user@lucene.apache.org
Sent: Friday, April 6, 2007 11:16:28 AM
Subject: Re: Question about code contribution

Whoops, typo: ...do the source code files need to contain the boilerplate
Apache license.



On 4/6/07, Jeff Rodenburg [EMAIL PROTECTED] wrote:

 If I'm contributing new source files (separate project entirely) through
 JIRA, so the source code files need to contain the boilerplate Apache
 license/disclaimers and the like?  This is new code and a new project
(C#),
 and the wiki page on contributions (
 http://wiki.apache.org/solr/HowToContribute) is mostly concerned with
core
 Solr code.

 If there's a checklist of items that should be included, please forward
or
 send me the link.

 cheers,
 j







SolrSharp - a C# client API for Solr

2007-04-09 Thread Jeff Rodenburg

All -

I'm proud to announce a release to a new client API for Solr -- SolrSharp.
SolrSharp is a C# library that abstracts the interoperation of a solr search
server.  This is an initial release that covers the basics of working with
Solr.  The library is very fleshed out, but the example has only implemented
simple keyword search.  I really like the library (I'm a dogfood user, for
sure) because I can strongly type different types of objects to search
results.

There's more forthcoming, i.e. more examples, but the basics are in place.
Feedback always appreciated, suggestions for improvement are nice, and
helping hands are the best.

Until there's a better home for it, you can download the bits from JIRA at:
https://issues.apache.org/jira/browse/SOLR-205

cheers,
jeff r.


Solr Scripts.conf Parsing Error

2007-04-09 Thread realw5

Hello,
I'm having troubles getting replication to work using the supplied solr
scripts. I've been doing alot of digging today, going though all the bash
scripts that make all this happen using rsync. I'm pretty sure I've boiled
it down to the scripts.conf file. When I make my settings in this file and
try to run say rsyncd-enable, I get an error saying no passwd for user
solr. But yet, when I pass in the argument -u solr, it works just fine! My
though is the scripts.conf file has bad line characters or something along
those lines, however when I check it out in VI, I see nothing odd.

Any help would be appeciated! This is my last step to an otherwise
successful solr setup.

Dan

my scripts.conf file:
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the License); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an AS IS BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
user=solr
solr_hostname=localhost
solr_port=8080
rsyncd_port=18080
data_dir=
webapp_name=solr
master_host=
master_data_dir=
master_status_dir=
-- 
View this message in context: 
http://www.nabble.com/Solr-Scripts.conf-Parsing-Error-tf3550726.html#a9912973
Sent from the Solr - User mailing list archive at Nabble.com.