Re: Can Solr handle large text files?

2012-07-27 Thread Peter Spam
ed on the 'filename' field and show the >>>> results from docs having highest score as a result I am able to show the >>>> last matching results from log file. Query parameters that I am using for >>>> search are: >>>> >>>> http://localhost:

Re: Can Solr handle large text files?

2011-11-05 Thread Erick Erickson
>>>>  #foreach($doc in $response.results) >>>>    #parse("hit.vm") >>>>  #end >>>> #end >>>> >>>> >>>> >>>> HTTP Status 500 - Can't find resource 'hitGrouped.vm' in classpath or >>>> &#x

Re: Can Solr handle large text files?

2011-11-04 Thread Peter Spam
very low memory requirements. Highlighting is also >> working fine. >> >> Thanks & Regards, >> Anand >> >> >> >> >> >> Anand Nigam >> RBS Global Banking & Markets >> Office: +91 124 492 5506 >> >>

Re: Can Solr handle large text files?

2011-11-01 Thread Peter Spam
t; Thanks & Regards, > Anand > > > > > > Anand Nigam > RBS Global Banking & Markets > Office: +91 124 492 5506 > > -Original Message- > From: Peter Spam [mailto:ps...@mac.com] > Sent: 21 October 2011 23:04 > To: solr-user@lucene.

Re: Can Solr handle large text files?

2011-11-01 Thread Peter Spam
ds, > Anand > > > > > > Anand Nigam > RBS Global Banking & Markets > Office: +91 124 492 5506 > > -Original Message- > From: Peter Spam [mailto:ps...@mac.com] > Sent: 21 October 2011 23:04 > To: solr-user@lucene.apache.org > Subject:

RE: Can Solr handle large text files?

2011-10-31 Thread Anand.Nigam
king & Markets Office: +91 124 492 5506 -Original Message- From: Peter Spam [mailto:ps...@mac.com] Sent: 21 October 2011 23:04 To: solr-user@lucene.apache.org Subject: Re: Can Solr handle large text files? Thanks for your note, Anand. What was the maximum chunk size for you? Could

Re: Can Solr handle large text files?

2011-10-30 Thread Chris Hostetter
: I have about 20k text files, some very small, but some up to 300MB, and : would like to do text searching with highlighting. : : Imagine the text is the contents of your syslog. : : I would like to type in some terms, such as "error" and "mail", and have : Solr return the syslog lines with t

Re: Can Solr handle large text files?

2011-10-24 Thread Peter Spam
olrVelocityResourceLoader.getResourceStream(SolrVelocityResourceLoader.java:42) >>> at org.apache.velocity.Template.process(Template.java:98) at >>> org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:446) >>> at >>

Re: Can Solr handle large text files?

2011-10-23 Thread Erick Erickson
rg.apache.solr.response.SolrVelocityResourceLoader.getResourceStream(SolrVelocityResourceLoader.java:42) >> at org.apache.velocity.Template.process(Template.java:98) at >> org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:446) >> at &

Re: Can Solr handle large text files?

2011-10-21 Thread Peter Spam
> RBS Global Banking & Markets > Office: +91 124 492 5506 > > > -Original Message- > From: karsten-s...@gmx.de [mailto:karsten-s...@gmx.de] > Sent: 21 October 2011 14:58 > To: solr-user@lucene.apache.org > Subject: Re: Can Solr handle large text files? > &g

Re: Can Solr handle large text files?

2011-10-21 Thread Peter Spam
ng > to list only one hit per original document. > > (xtf also would solve your problem "out of the box" but xtf does not use > solr). > > Best regards > Karsten > > Original-Nachricht >> Datum: Thu, 20 Oct 2011 17:59:04 -0700 >> Von

RE: Can Solr handle large text files?

2011-10-21 Thread Anand.Nigam
arsten-s...@gmx.de [mailto:karsten-s...@gmx.de] Sent: 21 October 2011 14:58 To: solr-user@lucene.apache.org Subject: Re: Can Solr handle large text files? Hi Peter, highlighting in large text files can not be fast without dividing the original text in small piece. So take a look in http://xtf.

Re: Can Solr handle large text files?

2011-10-21 Thread karsten-solr
Spam > An: solr-user@lucene.apache.org > Betreff: Can Solr handle large text files? > I have about 20k text files, some very small, but some up to 300MB, and > would like to do text searching with highlighting. > > Imagine the text is the contents of your syslog. > > I w

Can Solr handle large text files?

2011-10-20 Thread Peter Spam
I have about 20k text files, some very small, but some up to 300MB, and would like to do text searching with highlighting. Imagine the text is the contents of your syslog. I would like to type in some terms, such as "error" and "mail", and have Solr return the syslog lines with those terms PLUS