Hi Micheal,
What you are saying seems logical, but that is currently not the case
with the collapsedDocs functionality. This functionality was build
with computing aggregated statistics in mind and not really to have a
separate collapse group search result. Although the collapsed
documents are col
Thanks for the reply:
I follow the schema.xml concept, but what if my requirement is more
dynamic in nature? I.E. I would like my developers to be able to
annotate a POJO and submit it to the Solr server (embedded) to be
indexed according to public properties OR annotations. Is that possibl
Hi Martijn,
Thanks for your insight of collapsedDocs, and what I need to modify if I
need the functionality I want.
Michael
Martijn v Groningen wrote:
>
> Hi Micheal,
>
> What you are saying seems logical, but that is currently not the case
> with the collapsedDocs functionality. This functi
We have 4 machines running solr. On one of the machines, every 2-3
days solr stops running. By that I mean that the java/tomcat
process just disappears. If I look at the catalina logs, I see
normal log entries and then nothing. There is no shutdown messages
like you would normally see i
On Tue, Nov 3, 2009 at 5:24 AM, Stuart Tettemer wrote:
> Hi folks,
> First of all, thanks for Solr. It is a great piece of work.
>
> I have a question about BinaryRequestWriter in the solrj project. Why does
> it force the path of UpdateRequests to have be "/update/javabin" (see
> BinaryRequest
On Wed, Nov 4, 2009 at 12:31 AM, darniz wrote:
>
> Thanks
>
> i included the buildOncommit and buildOnOptimize as true and indexed some
> documents and it automatically builds the dictionary.
>
> Are there any performance issues we should be aware of, with this approach.
>
>
Well, it depends. Ea
Hi,
I am looking for alternatives to MySQL fulltext searches. The combo
Lucene/Solr is one of my options and I'd like to gather as much information
I can before choosing and even build a prototype.
My current need does not seem to be different.
- fast response time (currently some searches can
From Here to There, You Can Find it Anywhere:
> Building Local/Geo-Search
> with Apache Lucene and Solr
Join us for a free webinar hosted by TechTarget / TheServerSide.com
> Wednesday, November 18th 2009
> 10:00 AM PST / 1:00 PM EST
Click here to sign up
> http://theserversidecom.bitpipe.com/de
Have you looked in other logs, like your syslogs? I've never seen Solr/Tomcat
just disappear w/o so much as a blip. I'd think if a process just died from an
error condition there would be some note of it somewhere. I'd try to find some
other events taking place at that time which might give a
Yes. We have tried Solr 1.4 and so far its been great success.
Still I am investigating why Solr 1.3 gave an issue like before.
Currently seems to me
org.apache.lucene.index.SegmentInfos.FindSegmentFile.run() is not able to
figure out correct segment file name. (May be index replication issue -
Just found out the root cause:
* The segments.gen file does not get replicated to slave all the time.
For some reason, this small (20bytes) file lives in memory and does not get
updated to the master's hard disk. Therefore it is not obviously transferred to
slaves.
Solution was to shut down th
Thats odd - that file is normally not used - its a backup method to
figure out the current generation in case it cannot be determined with a
directory listing - its basically for NFS.
Maduranga Kannangara wrote:
> Just found out the root cause:
>
> * The segments.gen file does not get replicated t
Yes, I too believed so..
The logic in earlier said method does the "gen number calculation" using
segment files available (genA) and using segment.gen file content (genB). Which
ever larger, would be the gen number used to look up for segment file.
When the file is not properly replicated (due
Take a look at the example schema - you can have dynamic fields that
are used based on wildcard matching to the field name if a field
doesn't mtach the name of an existing field.
-Peter
On Sun, Nov 15, 2009 at 10:50 AM, yz5od2 wrote:
> Thanks for the reply:
>
> I follow the schema.xml concept, b
ok, so what I am hearing, there is no way to create custom documents/
fields via the SolrJ client @ runtime. Instead you have to use the
schema.xml ahead of time OR create a custom index via the lucene APIs
then import the indexes into Solr for searching?
On Nov 15, 2009, at 9:16 PM, Peter
Look for the HotSpot dump files that Sun's Java leaves on disk when it dies. I
think their names start with "hs". Luckily, I don't have any of them handy to
tell you the exact name pattern.
Otis
--
Sematext is hiring -- http://sematext.com/about/jobs.html?mls
Lucene, Solr, Nutch, Katta, Hadoop
Hi,
I'm not sure if you have a specific question there.
But regarding "PHP integration" part, I just learned PHP now has native Solr
(1.3 and 1.4) support:
http://twitter.com/otisg/status/5757184282
Otis
--
Sematext is hiring -- http://sematext.com/about/jobs.html?mls
Lucene, Solr, Nutch, Ka
I don't think that is supported today. It might be useful, though (e.g.
something I'd use with an external monitoring service, so that it doesn't
always get fast results from the cache).
Otis
--
Sematext is hiring -- http://sematext.com/about/jobs.html?mls
Lucene, Solr, Nutch, Katta, Hadoop, H
Something doesn't sound right here. Why do you need wildcards for queries in
the first place?
Are you finding that with stopword removal and stemming you are not matching
some docs that you think should be matched? If so, we may be able to help if
you provide a few examples.
Otis
--
Sematext
See https://issues.apache.org/jira/browse/SOLR-1363 -- it's currently scheduled
for 1.5.
Jake
-Original Message-
From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com]
Sent: Sunday, November 15, 2009 11:17 PM
To: solr-user@lucene.apache.org
Subject: Re: Is there a way to skip cache
Nota bene:
My understanding is the external versions of Local Lucene/Solr are eventually
going to be "deprecated" in favour of what we have in contrib. Here's a stub
page with a link to the spatial JIRA issue:
http://wiki.apache.org/solr/SpatialSearch
Otis
--
Sematext is hiring -- http://semat
WOW, +1!! Great job, PHP!
Cheers,
Chris
On 11/15/09 10:13 PM, "Otis Gospodnetic" wrote:
Hi,
I'm not sure if you have a specific question there.
But regarding "PHP integration" part, I just learned PHP now has native Solr
(1.3 and 1.4) support:
http://twitter.com/otisg/status/5757184282
Thanks for response
Defining field is not working :(
Is there any way to stop copy task for particular set of values
Thanks
~Vikrant
Lance Norskog-2 wrote:
>
> There is no direct way.
>
> Let's say you have a "nocopy_s" and you do not want a copy
> "nocopy_str_s". This might work: declare
For a client the marshal() part is not important.unmarshal() is
probably all you need
On Sun, Nov 15, 2009 at 12:36 AM, Mauricio Scheffer
wrote:
> Original code is here: http://bit.ly/hkCbI
> I just started porting it here: http://bit.ly/37hiOs
> It needs: tests/debugging, porting NamedList, Solr
start with a JavabinDecoder only so that the class is simple to start with.
2009/11/16 Noble Paul നോബിള് नोब्ळ् :
> For a client the marshal() part is not important.unmarshal() is
> probably all you need
>
> On Sun, Nov 15, 2009 at 12:36 AM, Mauricio Scheffer
> wrote:
>> Original code is here:
Hi Lance Norskog ,
Thanks for your reply.
Let me first put the config files details.
These are the fields i have defined
On Mon, Nov 16, 2009 at 12:34 AM, Mattmann, Chris A (388J) <
chris.a.mattm...@jpl.nasa.gov> wrote:
> WOW, +1!! Great job, PHP!
>
> Cheers,
> Chris
>
>
>
> On 11/15/09 10:13 PM, "Otis Gospodnetic"
> wrote:
>
> Hi,
>
> I'm not sure if you have a specific question there.
> But regarding "PHP integra
27 matches
Mail list logo