: But
: http://localhost:8080/q=...&fl=StaticField1,StaticField2,s_DynamicField1
: will only return StaticField1 and StaticField2.
that doesn't sound right. If i use the example configs/docs and hit
this query...
http://localhost:8983/solr/select?q=solr&&fl=name%2Cincubationdate_dt
...i get b
On 4/11/07, Kevin Osborn <[EMAIL PROTECTED]> wrote:
I have quite a few dynamic fields. However, I will usually only want to return
just a couple of those fields.
So, if my static fields are StaticField1 and StaticField2 and my dynamic fields
are s_DynamicField1, sf_DynamicField2, etc., the fol
I have quite a few dynamic fields. However, I will usually only want to return
just a couple of those fields.
So, if my static fields are StaticField1 and StaticField2 and my dynamic fields
are s_DynamicField1, sf_DynamicField2, etc., the following line will work as
expected:
http://localhost:
B.
It is juicy. I like juice. Also, I think it fits better with the
other Lucene sub-project logos.
6 apr 2007 kl. 19.51 skrev Yonik Seeley:
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
On 4/11/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> Off topic a bit, Has anyone set forth to build a new admin interface for
> SOLR? I build a lot of admin interfaces for my day job and would love
> to give the admin module a bit of a tune-up (I won't use the term overhaul).
i think we defin
Ryan McKinley wrote:
Off topic a bit, Has anyone set forth to build a new admin interface for
SOLR? I build a lot of admin interfaces for my day job and would love
to give the admin module a bit of a tune-up (I won't use the term
overhaul).
i think we definitely need an updated admin inter
Would it help if I posted my schema file?
yes
Yonik Seeley wrote:
On 4/11/07, Andrew Nagy <[EMAIL PROTECTED]> wrote:
> If the example schema.xml works, can you try adding a little bit of
> your schema at a time?
Yeah, that is my last resort. I guess I have no choice!
That certainly is strange... Sounds like you definitely hit some sort
o
Off topic a bit, Has anyone set forth to build a new admin interface for
SOLR? I build a lot of admin interfaces for my day job and would love
to give the admin module a bit of a tune-up (I won't use the term overhaul).
i think we definitely need an updated admin interface, yes!
Ideally, we
Andrew Nagy wrote:
Ryan McKinley wrote:
If the example schema.xml works, can you try adding a little bit of
your schema at a time?
Yeah, that is my last resort. I guess I have no choice!
So I did this, and I ended up removing all of my fields and copyfields
with still no luck. I took a fresh
Greg Ludington wrote:
I just installed SOLR-75 patch and the "schema browser" is able to view
the schema perfectly. When I used the default schema with SOLR,
everything is fine, but when I replace my schema ... it's throws this
NullPointerException
One thing to note is that the "schema br
Anyone out there done solr -> xslt -> rss? I'm about to embark on it
but don't want to reinvent any wheels.
I have not run bash -x, however I have run rsyncd-enable with -V which shows
all the debug output. Here, is a snip of that. Note the "solr\r", yet in my
.conf file I have only "user=solr". If I run the script using this command
"./solr/bin/rsyncd-enable -u solr -V" everything works fine.
Also, if
After using Luke v0.7 to Optimize Index, with either "Using Standard
Format" or "Using Compound Format", and restarting Solr using jetty, I
get a java.io.FileNotFoundException indicating that it can't find the
segments file.
There's no segments file in the index directory, but Luke optimizatio
I have not run bash -x, however I have run rsyncd-enable with -V which shows
all the debug output. Here, is a snip of that. Note the "solr\r", yet in my
.conf file I have only "user=solr". If I run the script using this command
"./solr/bin/rsyncd-enable -u solr -V" everything works fine.
Also, if
On 4/11/07, Michael Levy <[EMAIL PROTECTED]> wrote:
After using Luke v0.7 to Optimize Index, with either "Using Standard
Format" or "Using Compound Format", and restarting Solr using jetty, I
get a java.io.FileNotFoundException indicating that it can't find the
segments file.
There's no segments
I have not run bash -x, however I have run rsyncd-enable with -V which shows
all the debug output. Here, is a snip of that. Note the "solr\r", yet in my
.conf file I have only "user=solr". If I run the script using this command
"./solr/bin/rsyncd-enable -u solr -V" everything works fine.
Also, if
: all the debug output. Here, is a snip of that. Note the "solr\r", yet in my
: .conf file I have only "user=solr". If I run the script using this command
what does "cat -vet scripts.conf" tell you?
-Hoss
vote for A
On 4/6/07, Yonik Seeley <[EMAIL PROTECTED]> 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
commu
I just installed SOLR-75 patch and the "schema browser" is able to view
the schema perfectly. When I used the default schema with SOLR,
everything is fine, but when I replace my schema ... it's throws this
NullPointerException
One thing to note is that the "schema browser" as currently in
On 4/11/07, Andrew Nagy <[EMAIL PROTECTED]> wrote:
> If the example schema.xml works, can you try adding a little bit of
> your schema at a time?
Yeah, that is my last resort. I guess I have no choice!
That certainly is strange... Sounds like you definitely hit some sort
of Solr bug, but I don
Ryan McKinley wrote:
Are you using the example solrconfig.xml? The stack trace looks like
an error finding the solr.home index directory, that is configured in
solrconfig.xml, not schema.xml
Yeah, I noticed that too ... but I don't understand why it can't find
the home. I have the data home se
Are you using the example solrconfig.xml? The stack trace looks like
an error finding the solr.home index directory, that is configured in
solrconfig.xml, not schema.xml
If the example schema.xml works, can you try adding a little bit of
your schema at a time?
On 4/11/07, Andrew Nagy <[EMAIL
Andrew Nagy wrote:
Ryan McKinley wrote:
What errors are you getting? Are there exceptions in the log when it
starts up?
Just a null pointer exception.
I added a few fields to my schema, and then replaced my solr war file
with the latest build (see my message from a week ago). It wouldn't
w
On 4/11/07, George Abraham <[EMAIL PROTECTED]> wrote:
I am using the DisMaxRequestHandler. Is there any way to use the fq param to
compare two fields?
Find all docs where fielda=fieldb is not currently supported (in
Lucene or Solr), but it could be in the future if it solves a common
enough pro
: What is Field Term Vector? how we can use this?
I don't think anything in Solr uses Term Vector's out of hte box ... they
are a low level Lucene concept that may be useful to you if you are
writting a custo mRequestHandler and want access to them.
They are also useful if you want to use MoreL
Hi all,
I am using the DisMaxRequestHandler. Is there any way to use the fq param to
compare two fields? For example, each of the documents in the index have two
fields which are slightly related to each other within the context of the
document; say these fields are: blah1 and blah2. When I do a s
What does your directory structure looks like? Have you tried running
rsyncd-enable with "bash -x" to see how/what $user is set?
Bill
On 4/9/07, realw5 <[EMAIL PROTECTED]> wrote:
Hello,
I'm having troubles getting replication to work using the supplied solr
scripts. I've been doing alot of d
On Apr 11, 2007, at 2:25 AM, alartin wrote:
I wonder is there a solr web service available? or I have to use
tools like
Apache httpClient to send requests and get responses? Many thanks.
There currently is no SOAP interface to Solr, if that is what you mean.
However, many consider data ove
29 matches
Mail list logo