It is said that this new feather will be added in solr1.3, but I am not sure
about that.
I think the following maybe useful for you:
https://issues.apache.org/jira/browse/SOLR-303
https://issues.apache.org/jira/browse/SOLR-255
2007/11/8, j 90 <[EMAIL PROTECTED]>:
>
> Hi, I'm new to Solr but ver
On Nov 7, 2007 12:30 PM, realw5 <[EMAIL PROTECTED]> wrote:
> We did have Tomcat crash once (JVM OutOfMem) durning an indexing process,
> could that be a possible source of the issue?
Yes.
Deletes are buffered and carried out in a different phase.
-Yonik
Hi,
if you just need to preserve the xml for storing you could simply wrap the xml
markup in CDATA. Splitting your structure beforehand and using dynamic fields
might be a viable solution...
eg.
value 1
value 2
Mit freundlichen Grüßen / Best Regards / Avec m
Hi,
Is there anyway to interrogate a RequestHandler to discover what
parameters it supports at runtime? Kind of like a BeanInfo for
RequestHandlers? Has anyone else thought about doing this and what it
might look like? Seems like it would be useful for building dynamic
web forms.
Tha
I've used eXist for this kind of thing and had good experiences, once I
got a grip on Xquery (which is definitely worth learning). But I've only
used it for small collections (under 10k documents); I gather its
effective ceiling is much lower than Solr's.
Possibly it will be possible to use Lucen
Thanks -- C-Data might be useful -- and I was looking into dynamic fields as
solution as well -- I think a combination of the two might work.
- Original Message
From: "Hausherr, Jens" <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Thursday, November 8, 2007 4:03:02 AM
Subject:
: > Is there anyway to interrogate a RequestHandler to discover what parameters
: > it supports at runtime? Kind of like a BeanInfo for RequestHandlers? Has
: Also, check:
: http://wiki.apache.org/solr/MakeSolrMoreSelfService
Yeah, that wiki is as far as i ever got. note that it vastly predat
Hi Hoss,
I just wanted to follow up to the list on this one...I could never get
the JNDI settings to work with Tomcat. I went to Jetty and everything is
working quite nicely.
Wayne
Chris Hostetter wrote:
> : Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
> : exists as does
Grant Ingersoll wrote:
Hi,
Is there anyway to interrogate a RequestHandler to discover what
parameters it supports at runtime? Kind of like a BeanInfo for
RequestHandlers? Has anyone else thought about doing this and what it
might look like? Seems like it would be useful for building dynam
: Thanks -- C-Data might be useful -- and I was looking into dynamic
: fields as solution as well -- I think a combination of the two might
: work.
I must admit i haven't been following this thread that closely, so i'm not
sure how much of the "structure" of the XML you want to preserve for th
: How to do Geo Spatial search in SOLR/Lucene?
i still haven't had a chance to play with any of the good stuff people
have been talking about, but there have been several recent threads
talking about it...
http://www.nabble.com/forum/Search.jtp?query=geographic&local=y&forum=14479
-Hoss
Hi,
I am looking for the way to utilize the multiple indexes for signle sole
instance.
I saw that there is the patch 215 available and would like to ask someone
who knows how to use multiple indexes.
Thanks,
Jae Joo
: Seems like Lucene/SOLR is geared to take record and non-xml-oriented
: content and put it into XML format for ingest -- but really can't digest
: XML content itself at all without significant setup and constraints. I
: am surprised -- but I could really use it for my project big time.
Lucen
Hi Dave,
This sounds like what I've been trying to work out with
https://issues.apache.org/jira/browse/SOLR-380. The idea that I'm
running with right now is indexing the xml and storing the data in the
xml tags as a Payload. Payload is a relatively new idea from Lucene.
A custom SolrHighl
Is it possible to find boolean matches (foo AND bar) in a single unique
instance of a multi-value field. So if foo is found in one instance of
multi-value field, and is also found in another instance of the multi-value
field -- this WOULD NOT be a match, but only if both words are found in th
: 1. There appears to be (at least) two ways to specify sorting, one
: involving an append to the q parm and the other using the sort parm.
: Are these exactly equivalent?
:
:http://localhost/solr/select/?q=martha;author+asc
:http://localhost/solr/select/?q=martha&sort=author+asc
They sh
I've had good luck with MultiCore, but you have to sync trunk from svn
and apply the most recent patch in SOLR-350.
https://issues.apache.org/jira/browse/SOLR-350
-jrr
Jae Joo wrote:
Hi,
I am looking for the way to utilize the multiple indexes for signle sole
instance.
I saw that there is th
: I just wanted to follow up to the list on this one...I could never get
: the JNDI settings to work with Tomcat. I went to Jetty and everything is
I'm not sure what to tell you.
I've been preping my ApacheCon demo for next week using Tomcat and JNDI
and i haven't had any problems i've go
Chris
I'll try to track down your Jira issue.
(2) sounds very helpful -- I am only 2 days old in SOLR/Lucene experience, but
know what I need -- and basically its to search by the main granules in an xml
document, with usually turn out to be for books" book (rarley), chapter (more
often), para
There is an SF project (locallucene) with geographical searching in
progress. (As in if it works for you and meets your needs
then please help yourself, if it doesn't and requires additional work,
then please help us) ;-)
https://sourceforge.net/projects/locallucene/
A basic solr port & demo,
: Say I have a custom functionquery MinFloatFunction which takes as its
: arguments an array of valuesources.
:
: MinFloatFunction(ValueSource[] sources)
:
: In my case all these valuesources are the values of a collection of fields.
a ValueSource isn't required to be field specifc (it may alr
Thanks, I think storing the XPath is where I will ultimately wind up -- I will
look into your links recommended below.
Its an interesting debate where the break even point is between Lucene/XPath
storing XPath info -- utilizing that for lookup and position within DOM
structures, verse a full fl
Hi all,
i'm experiencing some trouble when i'm trying to lauch solr with more
than 1.6GB. My server is a FC5 with 8GB RAM but when I start solr like this
java -Xmx2000m -jar start.jar
i get the following errors:
Error occurred during initialization of VM
Could not reserve enough space for ob
: Is it possible to find boolean matches (foo AND bar) in a single unique
: instance of a multi-value field. So if foo is found in one instance of
: multi-value field, and is also found in another instance of the
: multi-value field -- this WOULD NOT be a match, but only if both words
: are f
On 11/6/07, Walter Underwood <[EMAIL PROTECTED]> wrote:
> This is fairly straightforward and works well with the DisMax
> handler. Indes the text into three different fields with three
> different sets of analyzers. Use something like this in the
> request handler:
> [...]
>
> exact^
25 matches
Mail list logo