gt; > SimplePostTool: POSTing file import_sample.xml
> > SimplePostTool: COMMITting Solr index changes..
>
>
>
> __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3182
> (20080612) __
>
> E-Mail wurde geprüft mit ESET NOD32 Antivirus.
>
> http://www.eset.com
>
o http://localhost:8983/solr/update..
> SimplePostTool: POSTing file import_sample.xml
> SimplePostTool: COMMITting Solr index changes..
__ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3182
(20080612) __
E-Mail wurde geprüft mit ESET NOD32 Antivirus.
http://www.eset.com
Do you see if the document update is sucessful? When you start solr with
java -jar start.jar for the example, Solr will list the the document id
of the docs that you are adding and tell you how long the update took.
A simple but brute force method to findout if a document has been
commited is to
Hi,
the string you're looking for is in the "anwendung" field, while your
default searchfield is the "beschreibung" field, try specifying the
searchfield like this anwendung:"KIS".
Geert
Thomas Lauer wrote:
HI,
i have installed my first solr on tomcat. I have modify my shema.xml
for my XML
Hi Brian,
i have tested:
SimplePostTool: version 1.2
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8,
other encodings are not currently supported
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
SimplePostTool: POSTing file import_sample.xml
SimplePo
Hello Thomas,
Have you performed a commit? Try adding as the last line of
the document you are adding. I would suggest you read up on commits and
how often you should perform them and how to do auto commits.
Brian
Am Freitag, den 13.06.2008, 07:20 +0200 schrieb Thomas Lauer:
> HI,
>
> i have
HI,
i have installed my first solr on tomcat. I have modify my shema.xml
for my XML´s and I have import with the post.jar some xml files.
tomcat runs
solr/admin runs
post.jar imports files
but I can´t find my files.
the reponse ist always
0
0
10
0
on
Hi James,
Right, you'll have to write some custom components. It may be wiser to spend
your time looking at what Jason R (sorry, can't remember the last name of
the top of my head) put in JIRA. (you'll have to search, don't recall issue
IDs).
Actually, having a full Solr email folder help
Or, if you want to go with something older/more stable, go with BDB. :)
Otis --
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Marcus Herou <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Thursday, June 12, 2008 3:17:52 PM
> Subject:
Just use a string. Any ol' string that suits your domain will do.
Just be sure the field type is untokenized (the "string" type in the
example configuration will do).
Erik
On Jun 12, 2008, at 8:07 PM, Jon Drukman wrote:
I am going to store two totally different types of documents
I am going to store two totally different types of documents in a single
solr instance. Eventually I may separate them into separate instances
but we are a long way from having either the size or traffic to require
that.
I read somewhere that a good approach is to add a 'type' field to the
d
You can also use a shared file system mounted on a common SAN.
(This is a high-end server configuration.)
-Original Message-
From: James Brady [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2008 9:59 AM
To: solr-user@lucene.apache.org
Subject: Re: Strategy for presenting fresh data
On Thu, 12 Jun 2008 07:14:04 -0700 (PDT)
Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> What you are describing is pretty much what the original poster intends to
> do, as far as I understand.
ah right, i am reading it again in the morning and it makes sense . thanks for
shaking the cobwebs off
That can happen if the JVM died or got a critical error.
You can remove the lock file manually or configure Solr to remove it
manually (see solrconfig.xml)
-Yonik
On Thu, Jun 12, 2008 at 3:57 PM, Thomas Lauer <[EMAIL PROTECTED]> wrote:
>
> This is the error message from the console.
>
> SCHWERWIE
This is the error message from the console.
SCHWERWIEGEND: org.apache.lucene.store.LockObtainFailedException: Lock
obtain timed out: [EMAIL PROTECTED]:\Dokumente und E
instellungen\tla\Desktop\solr\apache-solr-1.2.0\apache-solr-1.2.0\example\solr\data\index\write.lock
at org.apache.lucene
Ah! I see. But can the original queries be exposed? I guess exposing this
through a SearchComponent would be appropriate. This can help in displaying
things like "What users are searching for right now?"
On Fri, Jun 13, 2008 at 12:44 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 12, 2
Cacti, Nagios you name it already in use :)
Well I'm the CTO so the one really really interested in estimating perf.
The id's come from a db initially and is later used for retrieval from a
distributed on disk caching system which I have written.
I'm in the process of moving from MySQL to HBase o
On Thu, Jun 12, 2008 at 3:04 PM, Shalin Shekhar Mangar
<[EMAIL PROTECTED]> wrote:
> Just as a thought, would it be possible to expose the original query text
> from the QueryResultCache keys (Query) somehow? If that is possible, it
> would allow us to query the top N most frequent queries anytime f
Just as a thought, would it be possible to expose the original query text
from the QueryResultCache keys (Query) somehow? If that is possible, it
would allow us to query the top N most frequent queries anytime for
reasonable values of N.
On Fri, Jun 13, 2008 at 12:18 AM, Alexander Ramos Jardim <
[
You need to define fields in the schema.xml (and otherwise change the
schema to match your data).
-Yonik
On Wed, Jun 11, 2008 at 3:46 AM, Thomas Lauer <[EMAIL PROTECTED]> wrote:
>
>
>
>85f4fdf9-e596-4974-a5b9-57778e38067b
>143885
>28.10.2005 13:06:15
>Rechnung 2005-025235
>
Hello Jon,
These are the fields in my search index:
--
Where on the site this search was made
-- Search
text
-- Number of
times this search was made
How it works:
1. When I someone hits the search functionality I put the search made on a
JMS to process searches statistics asynchronously.
2.
Sorry for the late response. Too many messages, I got distracted.
Steps as follow:
1. I download the solr example app.
2. Unpack it.
3. cd
4. java -jar start.jar
5. Try do use one of the links in admin webapp
6. Get core=null
2008/5/30 Chris Hostetter <[EMAIL PROTECTED]>:
>
> : It surely comes
I keep this information on a separate index that I call moreSearchedWords. I
use it to generate tag clouds
2008/6/6 Matthew Runo <[EMAIL PROTECTED]>:
> I'm nearly certain that everyone who maintains these stats does it
> themselves in their 'front end'. It's very easy to log terms and whatever
>
Hi Rohit,
It seems like you may be using a Solr 1.2 war file. You must use the 1.3
nightly builds to use the newer multicore features.
http://people.apache.org/builds/lucene/solr/nightly/
On Thu, Jun 12, 2008 at 2:03 PM, rohit arora <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
> I configured multi core
In the meantime, I had imagined that, although clumsy, federated
search could
be used for this purpose - posting the new documents to a group of
servers
('latest updates servers') with v limited amount of documents with
v. fast
"reload / refresh" times, and sending them again (on a work qu
What you are describing is pretty much what the original poster intends to do,
as far as I understand.
Otis --
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Norberto Meijome <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Thursday,
Hi,
I configured multi core in Solr Lucene but while giving "java -jar start.jar"
command it through an Error
"Caused by: java.lang.ClassNotFoundException: solr.RandomSortField"
can you help me in this problem.
with regards
Rohit Arora
climbingrose wrote:
It depends on your query. The second query is better if you know that
fieldb:bar filtered query will be reused often since it will be cached
separately from the query. The first query occuppies one cache entry while
the second one occuppies two cache entries, one in queryCac
On Wed, 11 Jun 2008 20:49:54 -0700 (PDT)
Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> Hi James,
>
> Yes, this makes sense. I've recommended doing the same to others before. It
> would be good to have this be a part of Solr. There is one person (named
> Jason) working on adding more real-tim
On Wed, 11 Jun 2008 22:13:24 -0700 (PDT)
rohit arora <[EMAIL PROTECTED]> wrote:
> I am new to Solr Lucene I have only one defaule core i am working on creating
> multiple core.
> Can you help me in this matter.
hi Rohit,
please do NOT hijack the thread. You are far more likely to get useful, he
Hi,
The answer for 3) is:
Use DisMax request handler. In solrconfig.xml assign weights/boosts to
different fields. No need to use copyField then, as you can search multiple
fields with DisMax by just specifying them in the solrconfig.xml.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - S
Usually you get better error messages from the start.jar console, you
don't see anything there?
On Thu, Jun 12, 2008 at 7:49 AM, Thomas Lauer <[EMAIL PROTECTED]> wrote:
>
> Yes my file is UTF-8. I Have Upload my file.
>
>
>
>
> Grant Ingersoll-6 wrote:
>>
>>
>> On Jun 11, 2008, at 3:46 AM, Thomas
yes... I actually implemented it. I'll just clean up the code and add it to
JIRA.
Uri
On Thu, Jun 12, 2008 at 5:48 AM, Otis Gospodnetic <
[EMAIL PROTECTED]> wrote:
> Hi Uri,
>
> Yes, I think that would make sense (word vs. synonym token types). Custom
> boosting/weighting of original token vs.
Yes my file is UTF-8. I Have Upload my file.
Grant Ingersoll-6 wrote:
>
>
> On Jun 11, 2008, at 3:46 AM, Thomas Lauer wrote:
>
>> now I want tho add die files to solr. I have start solr on windows
>> in the example directory with java -jar start.jar
>>
>>
>> I have the following Error Messa
[Reposting cause for some reasons I can't find this on the list, so apologies
for the double post]
Hi All,
I am quite new to solr and trying to use solr with a .net web site (!). So far,
solr
hasn't given me any major jitters but I've been stuck with few things off-late;
hopefully; I can get t
35 matches
Mail list logo