Thanks Everybody.
I have went through the wiki and some other docs. Actually I have a tight
schedule and I have to look into various other things along with this.
Currently I am looking into rebuilding solr by writing a wrapper class.
I will update you with more meaningful questions soon..
thanks
Solr index distribution already does this with a slightly different
mechanism. It moves the files instead of the directory. I recommend
understanding and using the standard scripts for index distribution.
http://wiki.apache.org/solr/CollectionDistribution
wunder
On 9/29/08 9:55 PM, "Otis Gospodn
Hi,
You could accomplish this by using symlinks or their equivalents if you are not
running Solr under UNIX.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: mahendra mahendra <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: M
I also need the exact same feature. I was not able to find an easy solution
and ended up modifying class SimpleFacets to make it accept an array of
facet prefixes per field. If you are interested, I can email you the
modified SimpleFacets.java.
-Simon
steve berry-2 wrote:
>
>
> Question: Is
Is there any way to change the index location with out restarting the server?
Requirement
We want to share the index location by multiple search nodes. As part of my
project maintanance we want to shift the current index location to other
location and delete the current index location for every
It depends on the nature of webapps, their usage, and type of hardware.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Sujatha Arun <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Monday, September 29, 2008 3:05:54 PM
> Subjec
If you're using a Windows command window, there may be trouble with single
quotes. Try instead using double quotes:
curl "http://localhost:8983/solr/update/csv"; --data-binary @blog.csv -H
"Content-type:text/plain; charset=utf-8"
On 09/29/2008 at 12:22 PM, vmaidel wrote:
>
> Thank you, guys,
Hi,
On a single server ,is there a limit on the number of webapps that can be
deployed for optimum performance ,with tomcat as servlet container ?
Regards
suja
Roar, the closest thing to that is referred to as Field Collapsing - have a
look at SOLR-236 in Solr's JIRA issue tracking system.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Roar Skullestad <[EMAIL PROTECTED]>
> To: solr-user@lucene.ap
I'm not sure whether "clustering" is the right term, but what I want to do
is something similar to what google does when they group results from the
same domains together (the second one indented).
So, say result #20 in the result list has same value for the "clustering"
field as result #3. I woul
Thank you, guys, but for some reason now I get different errors than before
when trying to run the example line:
curl: (1) Protocol 'http not supported or disabled in libcurl
curl: (6) Could not resolve host: text; Host not found
curl: (6) Could not resolve host: charset=utf-8'; Host not found
D
On Fri, 26 Sep 2008 18:58:14 +0530
Dinesh Gupta <[EMAIL PROTECTED]> wrote:
> Please tell me where to upload the files.
anywhere you have access to... your own website, somewhere anyone on the list
can access the files >you< want to share to address your problems :)
b
_
{B
My mistake,
Using the sharedLib="lib/" attribute in the solr tag of solr.xml
solved the problem.
J.
On Mon, Sep 29, 2008 at 2:43 PM, Jérôme Etévé <[EMAIL PROTECTED]> wrote:
> Hello all.
>
> I'm using a multicore installation and I've got a small issue with
> the loading of our customized jars
ut snappuler on slaves
>> sometimes (I'd say, in most cases...) is unable to collect these snapshoots.
>> In their logs I see "no new snapshoot found", although I see new snapshoot
>> directory on master.
>>
>> What's puzzling for me are the entries i
Hi,
Have a look at Collection Replication page on the Wiki - Solr comes with shell
scripts you can use for index replication.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Vaijanath N. Rao <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.
Hi Solr-users,
I have one simple requirement, If I have multiple-Solr installations how
can I sync up the indexes across these machines.
--Thanks and Regards
Vaijanath N. Rao
What's puzzling for me are the entries in snappuller-status and
snapshot.current - the snapshoot they treat as current is something
called "snapshot.status.e2", not "snapshot.20080929...".
Can someone give any hint as to what's going on?
--
We read Knuth so you don't
Looks to me like tomcat wants to serialize the current session
information to disk, but the tomcat process does not have permission to
write to that directory. If I remember correctly, it tries to write the
session file to the working directory (so where you launched tomcat from
usually). Googl
Hello all.
I'm using a multicore installation and I've got a small issue with
the loading of our customized jars.
Let's say I've got a class my.company.MyAnalyzer which is distributed
in a jar called company-solr.jar
If I put this jar in the lib directory, at the solr home like this:
$solr_
e are the entries in snappuller-status and
snapshot.current - the snapshoot they treat as current is something
called "snapshot.status.e2", not "snapshot.20080929...".
Can someone give any hint as to what's going on?
--
We read Knuth so you don't have to. - Tim Peters
Jarek Zgoda, R&D, Redefine
[EMAIL PROTECTED]
Hello everybody,
Does somebody have an idea where could come from this error ?
Thanks a lot ...
Sep 29 15:36:37 solr-test jsvc.exec[398]: Sep 29, 2008 3:36:37 PM
org.apache.catalina.session.StandardManager doUnload SEVERE: IOException
while saving persisted sessions: java.io.FileNotFoundExcepti
Markus Fischer wrote:
Hi,
has anyone had the need and maybe already written a munin plugin to
graph some informations from e.g. admin/stats.jsp ?
thanks,
- Markus
Something like that, though I havn't seen anything available publicly
yet. Its certainly easy enough now that 1.3 includes some n
Hi,
has anyone had the need and maybe already written a munin plugin to
graph some informations from e.g. admin/stats.jsp ?
thanks,
- Markus
Hello,
I've very bad exception, I don't know really how to fix it up .. It
shouldn't look for solrconfig.xml but multicore.xml?
Can somebdoy help me, I spent my day on it ...?? :( I've no idea anymore...
Thanks a lot,
org.apache.jasper.JasperException: Unable to compile class for JSP
org.apache
Chris Hostetter wrote:
> : I have a well-formed xml file, suitable for POSTting to solr. that
> : works just fine. it's very large, though, and using curl in production
> : is so very lame. is there a very simple config that will let solr just
> : slurp up the file via the DataImportHandler?
which is the sample that is not working?
On Mon, Sep 29, 2008 at 6:02 PM, Dinesh Gupta
<[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Have some sample application instead of Solr sample.
>
> Please give me a sample application where I can made
> indexes from the DB.
>
> I am not able to work with sam
Hi all,
Have some sample application instead of Solr sample.
Please give me a sample application where I can made
indexes from the DB.
I am not able to work with sample app.
It is too hard for new user to understand.
Please help me otherwise i have to quit from the Solr.
Please tell me how
Well, merging from different tables (using pk's, etc. ) is pretty clear from
the Wiki (nice work)
However the difficult part: currently I have a table called availabilities,
and product (all simplified)
---
| availabilities
-
|productidk
|factid k
|pro
Hi friends,
I have been using solr1.2 for a long time now. Recently I wanted to test
solr1.3 with multicore support. I have configured the solr.xml file to
reflect two cores. I tried to change the schema for core0 and changed one of
the fields and restarted tomcat. But when I went back to the so
We have the facility of applying stop words for Field Type text during Query
analyzer in schema.xml as shown below :
Hi!
I am running on widows 64 bit ...
I have upgraded to solr 1.3 in order to use the distributed search.
I haven't changed the solrConfig and the schema xml files during the
upgrade.
I am indexing ~ 350K documents (each one is about 0.5 KB in size)
The indexing takes a reasonable amount of
The results and highlighting section can be correlated using the unique key
value. Not sure what benefit you'll get by changing the response format.
On Mon, Sep 29, 2008 at 9:20 AM, Vaijanath N. Rao <[EMAIL PROTECTED]>wrote:
> Hi Solr-Users,
>
> Is there any way of merging Result section with the
Have you seen boosting query (bq parameter) in DisMax? Does that not satisfy
your constraints?
On Mon, Sep 29, 2008 at 12:22 PM, tushar kapoor <
[EMAIL PROTECTED]> wrote:
>
> In case I dont want to write a plugin code for that, what is the option
> that
> I am left with ?
>
> As I see it, one of
33 matches
Mail list logo