I have a simple test schema
That has users with the following columns:
id
first_name
last_name
I added the following two fields into the schema.xml
I added the following query in my data-config.xml
I then execute a dataimport.
Using the adm
Dear CXF users,
There are many versions of CXF sloshing around. We've got 2.0.6 and
2.1, and many people have picked up earlier versions.
If the early universe underwent 'inflation,' CXF could perhaps be
described as having experienced 'deflation', in the sense that we
worked on and resolved many
Hi Marshall,
There is nothing such built-in, but you can easily build simple external tools
to do this.
You can check the disk space used by the index (du)
You can check the total number of docs in the index (via Luke request handler)
You'll still have to have some mechanism of retrieving the ol
Hi,
I'm using SOLR to keep track of customer complaints. I only need to
keep recent complaints, but I want to keep as many as I can fit on my
hard drive. Is there any way I can configure SOLR to dump old entries
in the index when the index reaches a certain size? I'm using a month
old ver
Thanks Otis.
Here is my alphaOnlySort. This is exactly the same as default except pattern
replace filter
What's the easiest way to re-index without cleaning and rebuilding the index
from scratch?
Than
Hi,
How was alphaOnlySort defined before you indexed it? It must be untokenized
and this must be set before indexing.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: pmg <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Thursda
One correction:
I have set documentcache as:
initialsize=512
size=710
autowarmcount=512
The total insertion in documentcache goes upto max 45 with 0 evictions
in a day. Which means it never grows to 710.
Thanx
Mike Klaas wrote:
>
>
> On 22-May-08, at 4:27 AM, gurudev wrote:
>
Probably the easiest way to do this is keep track of the number of items
yourself then retrieve it later on.
On Wed, May 21, 2008 at 7:57 AM, Brian Whitman <[EMAIL PROTECTED]>
wrote:
> Any way to query how many items are in a multivalued field? (Or use a
> functionquery against that # or anything
Thanks for the suggestion. It didn't do anything.
I ended up redoing the deletes as a set of individual xxxid> requests, POSTed one at a time over an open HTTP
connection (as suggested in another email thread on the issue).
On May 22, 2008, at 12:39 AM, Shalin Shekhar Mangar wrote:
Not sur
Hi,
I'm trying to understand what the enable and disable scripts do, for
example rsyncd-enable and rsyncd-disable.
As far as I can tell, all they do is touch or remove a file
logs/rsyncd-enabled, they don't do anything more than that. The daemon
start script checks for the presence of this file b
10 matches
Mail list logo