> Ämne: Re: solrjs
> Till: solr-user@lucene.apache.org
> Datum: onsdag 28 oktober 2009 15.18
>
> Actually, it wasn't quite working. It also replicated a lot
> of stuff that's in ajax solr, which is being more actively
> developed. Hence the removal.
>
>
&g
I am all for new stuff.
It would be nice to see a working example of ajax-solr before killing
completely solrjs from trunk... at least it was working .. ajax-solr has no how
to, nor any working example..
http://github.com/evolvingweb/ajax-solr
Well why not just remove the javascript folder t
Hello,
I am working with some XML/JSON feed as well as Database and using transformer
to create the final index. I am no expert and I would like to get some help on
a hourly/daily rate basis. It might be also the this part of the job can be
outsourced to you completely, however I need to unders
g 22 juli 2009 10.52
> The point is that namespace is
> ignored while DIH reads the xml. So
> just use the part after the colon (:) in your xpath
> expressions and it
> should just work.
>
>
>
>
>
> On Wed, Jul 22, 2009 at 2:16 PM, Antonio
> Eggberg
> wrot
Hi,
I am looking at the slashdot example and I am having hard time understanding
the following, from the wiki
==
"You can use this feature for indexing from REST API's such as rss/atom feeds,
XML data feeds , other Solr servers or even well formed xhtml documents . Our
XPath support has its
--- Den fre 2009-07-17 skrev Shalin Shekhar Mangar :
> Från: Shalin Shekhar Mangar
> Ämne: Re: can i use solr to do this
> Till: solr-user@lucene.apache.org
> Datum: fredag 17 juli 2009 09.32
> On Fri, Jul 17, 2009 at 5:53 AM,
> Antonio Eggberg
> wrote:
>
> &
Hi,
every solr document I have a creation date which is the default time stamp
"NOW". What I like to know how can I have facets like the following:
Past 24 Hours (3)
Past 7 days (23)
Past 15 days (33)
Past 30 days (59)
Is this possible? i.e. range query as facet?
Regards
Anton
_
Hi,
Is adding/updating/deleting in JSON format possible? actually my need is mostly
update I like to let user update certain fields of an existing results?
Another solution is I let user save it in DB and then server convert/post XML
to Solr.. but not so fancy :)
Thanks
Anton
(maybe not).
--- Den ons 2009-04-22 skrev Grant Ingersoll :
> Från: Grant Ingersoll
> Ämne: Re: SOLR-769 clustering
> Till: solr-user@lucene.apache.org
> Datum: onsdag 22 april 2009 14.44
>
> On Apr 21, 2009, at 3:46 AM, Antonio Eggberg wrote:
>
> >
> > Hello:
Hello:
I have got the clustering working i.e SOLR-769. I am wondering
- why there is a filed called "body", does it have special purpose?
- can my clustering field be a copyField? basically I like to remove the urls
and html?
- is there anyway to have minimum number of labels per cluste
I wish it would be planned for 1.4 :))
--- Den sön 2009-04-19 skrev Otis Gospodnetic :
> Från: Otis Gospodnetic
> Ämne: Re: CollapseFilter with the latest Solr in trunk
> Till: solr-user@lucene.apache.org
> Datum: söndag 19 april 2009 15.06
>
> Thanks for sharing!
> It would be good if you (
Hi,
Wondering if there is a solution to this. I am using DIH to index an XML feed,
I update the feed every 10 min and now I have an index of more then 10 million
docs, I do DIH update/clean = false. Now more and more I update my indexing
time is increasing and its coming to a point where I can
Hi,
Currently I am using the DIH to create my index, all works fine. Now what I
would like to do is to add some "additional filed/value" (which is not in my
database that i am indexing) example adding categories from another file. I
also have situation that this category might change over time
ge is the (entity name and entity url etc in general) for
each RSS feeds? correct?
Also, if my schema is rather "loose" i.e. using dynamic field I could
experiment indexing wikipedia data plus 5 more other RSS fields .. correct?
Thanks.
> On Mon, Mar 2, 2009 at 2:01 PM, Antonio E
Hello all,
It was not very clear to me If I can have more then 1 HTTPDataSource in the
config file also this means I will have more then 1
correct?
I am trying to index multiple RSS feeds also are there any limits? Also is it
possible to mix and match i.e. my internat databas
x)
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
>
> - Original Message
> > From: Antonio Eggberg
> > To: solr-user@lucene.apache.org
> > Sent: Monday, December 29, 2008 3:41:48 PM
> > Subject: how large c
Hi,
We are running successfully a solr index of 3 million docs. I have just been
informed that our index size will increase to 50 million. I been going through
the doc
http://wiki.apache.org/solr/DistributedSearch
Seems like we will loose out on the date facet and some more other stuff that
Hi:
Is it possible to run 1 instance of Solr which can be used to query multiple
index. We have
multiple customers in the same box and they will have their own index, I would
like to avoid
running multiple instance of Solr.
Cheers
Antonio
___
Hi:
Is it possible to run 1 instance of Solr which can be used to query multiple
index. We have
multiple customers in the same box and they will have their own index.
I see there is something called multicore? is there any docs on multicore?
Cheers
Antonio
_
Erik Hatcher <[EMAIL PROTECTED]> skrev:
Faceting only appears in Flare when there are "*_facet" fields in
your index. Flare is going to undergo another spurt of evolution
over the next couple of weeks as I tease it apart into a Rails
plugin, making it easy to incorporate into an existing
Andreas Hochsteger <[EMAIL PROTECTED]> skrev:
The naive approach would be to perform separate solr queries for each
category, take to top 10 and aggregate the results.
This works, but it's really slow, since there may be up to 40
categories on one page.
I have also the same question. As far as I
Erik:
You are doing some pretty cool stuff with flare! I am amazed! Now I have some
questions :-)
- Smile and Babel does everything and its so easy so I wonder why you need
ruby/rails for flare? What I mean is that one could get XML feed directly from
Solr to smile if the xml is formatted corr
Hi:
Two questions ..
I am wondering about the following in the file solrb/lib/solr/connection.rb we
are doing http post
{ "Content-Type" => "application/x-www-form-urlencoded; charset=utf-8" })
however the file under example/exampledocs/post.sh is using
Content-type:text/xml; charset=utf-8
I
Erik Hatcher <[EMAIL PROTECTED]> skrev:
So, no, the current information provided by this handler does not
contain frequency information. I'd be happy to consider patches that
allow it to provide more information, though I'd like to keep the
basic index information request as succinct as p
Hi:
After doing quite a bit of searching what I understand is that the medicine to
my problem of word count is in docTermFreq and TermEnum ... as Chris Hostetter
points out clearly for statistical purpose in the post below. (Please note I am
not so familer with java)
http://www.mail-archive.c
ored.
On 1/29/07, Yonik Seeley wrote:
> On 1/29/07, Antonio Eggberg wrote:
> > Is it a good practice to do after every insert .. is this what is taking
> > the time.. are there any general rule of thumb.
>
> Definitely don't do a commit after every insert. D
Hi :
If you haven't done so.. I think you need to enable UTF-8 support in your
tomcat/jetty etc.. for quries from web browsers.. have a look
http://wiki.apache.org/tomcat/Tomcat/UTF-8
Regards
Scott Leonard <[EMAIL PROTECTED]> skrev: I have a mirror of the entire dmoz
content in a solr index.
Hi:
Just want to know if this the norm or is it my configuration. I created simple
file with 10 000 records, 4 field per record these are id, title, desc, link.
First I use the Solrb i.e. ruby gem library to perform insert acording to
instructions and it took me about an hour and still counti
Hi:
Just got started with Solr :-) First of all I am not a Java expert so i am
struggling with the problem below .. any help pointer would be great.
I have a small index for concept testing with the following fields..
id, title, description, link
Example data :
11, first title, first descripti
29 matches
Mail list logo