Re: Temporarily indexing data on lucene

2009-04-26 Thread Atlantis69
Any ideas or updates? Thanks, Amit Atlantis69 wrote: > > I have a list of public profiles of my site user's on solr index. There is > also a community around them, which is currently not their in Index. > > While searching, I have to give an option to search only my community > (friends and

Re: How to index the contents from SVN repository

2009-04-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess not. On Mon, Apr 27, 2009 at 10:42 AM, Ashish P wrote: > > Right. But is there a way to track file updates and diffs. > Thanks, > Ashish > > Noble Paul നോബിള്‍  नोब्ळ् wrote: >> >> If you can check it out into a directory using SVN command then you >> may use DIH to index the content. >>

Re: How to index the contents from SVN repository

2009-04-26 Thread Ashish P
Right. But is there a way to track file updates and diffs. Thanks, Ashish Noble Paul നോബിള്‍ नोब्ळ् wrote: > > If you can check it out into a directory using SVN command then you > may use DIH to index the content. > > a combination of FileListEntityProcessor and PlainTextEntityProcessor may >

Re: facet results in order of rank

2009-04-26 Thread ristretto.rb
BUMP. After waiting a bit for a comment on this, I'm assuming there's no support for this type of feature. So, we are pushing on with a completely different implementation. Unfortunately, we haven't the time for the expertise to consider implementing it ourselves. gene On Fri, Apr 24, 2009 at 6

Re: SOLRizing advice?

2009-04-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
It is a very uncommon usecase to "slowly" migrate from lucene to Solr. I somehow feel that the piecemeal migration is going to be more expensive than the whole migration . happy hacking... --Noble On Mon, Apr 27, 2009 at 10:05 AM, Paul Libbrecht wrote: > > Hello list, > > I am surely not the onl

SOLRizing advice?

2009-04-26 Thread Paul Libbrecht
Hello list, I am surely not the only one who wishes to migrate from bare lucene to solr. Many different reasons can be there, e.g. facetting, web- externalization, ease of update... what interests me here are the steps needed in the form of advice as to what to use. Here's a few hints. I

Re: How to index the contents from SVN repository

2009-04-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
If you can check it out into a directory using SVN command then you may use DIH to index the content. a combination of FileListEntityProcessor and PlainTextEntityProcessor may help On Sun, Apr 26, 2009 at 1:38 PM, Ashish P wrote: > > Is there any way to index contents of SVN rep in Solr ?? > --

Phonetic analysis with the spell-check component?

2009-04-26 Thread David Smiley @MITRE.org
It appears to me that the spell-check component can't build a dictionary based on phonetic similarity (i.e. using a Phonetic analysis filter). Sure, you can go ahead and configure the spell check component to use a field type that uses a phonetic filter but the suggestions presented to the user a

Fwd: Question about MoreLikeThis

2009-04-26 Thread jlist9
I think I understand it now. It means to return MoreLikeThis docs for every doc in the result. ===8<==Original message text=== Hi, I have a question about what MoreLikeThis means - I suppose it means "get more documents that are similar to _this_ document". So I expect the

Question about MoreLikeThis

2009-04-26 Thread jlist9
Hi, I have a question about what MoreLikeThis means - I suppose it means "get more documents that are similar to _this_ document". So I expect the query always take a known document as argument. I wonder how I should interpret this query: http://localhost:8983/solr/select?q=apache&mlt=true&mlt.fl=

How to index the contents from SVN repository

2009-04-26 Thread Ashish P
Is there any way to index contents of SVN rep in Solr ?? -- View this message in context: http://www.nabble.com/How-to-index-the-contents-from-SVN-repository-tp23240110p23240110.html Sent from the Solr - User mailing list archive at Nabble.com.