Demo: Personal Q/A site using Lucene

2020-09-23 Thread Ali Akhtar
Hey guys, Just wanted to show you my new personal site: https://ali.actor You can put in any question about me and it finds the closest match (from about 100 documents fed into it) using Lucene + some extra magic on the backend. Hosted on a $5 box on AWS! Ali.

Q on facets performance with CachingWrapperFilter in Lucene 4.4

2015-07-26 Thread Rose, Stuart J
I've noticed some interesting and unexpected behavior regarding performance of the Facets aggregation in Lucene 4.4 and am wondering if anyone has come across this before and can offer insight to potential factors. In a nutshell, the CachingWrapperFilter results in significant performance gain

Q

2014-10-08 Thread Sick Mick
M Sent from my iPhone - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Scaling out Lucene /general architecture Q

2007-10-26 Thread Mankowski, Chris
I'm new to lucene and am interested in learning how enterprises deploy multi-server installations of lucene for large 24x7 operations. The first question that comes to mind is: are most of the design decisions made at during development time, or can a simple server be 'grown into' something

Re: Q: Highlighter + Search symbols "*, ?, ~"

2006-11-21 Thread Stephan Spat
Hey Jeff! Storey, Jeff schrieb: Could you explain what you did for your solution? This is a problem I'm currently facing as well. But, for example, if the user searches for "head~" would you also be able to highlight "read" and "dead" if they are returned or just "head" without the ~. It i

Re: Q: Wildcard searching with germ an umlauts (ä, ö, ß, ...)

2006-11-21 Thread Antony Bowesman
Stephan Spat wrote: Hello again! It replaces german umlauts, e.g. ä <=> a, ü <=> u, ... . So no umlauts are in the index. For searching I use the same Analyzer. When I do a simple search for a word with umlauts there is no problem. But if I use addidionally wildcards I suppose the word is not

RE: Q: Highlighter + Search symbols "*, ?, ~"

2006-11-21 Thread Storey, Jeff
Thanks for the quick reply. I'll be implementing this in the next couple of days. Appreciate it! Jeff -Original Message- From: Stephan Spat [mailto:[EMAIL PROTECTED] Sent: Monday, November 20, 2006 8:43 AM To: java-user@lucene.apache.org Subject: Re: Q: Highlighter + Search sy

Re: Q: Searching - Use of field to increase score, without filtering

2006-11-17 Thread Chris Hostetter
: java-user@lucene.apache.org : To: java-user@lucene.apache.org : Subject: Q: Searching - Use of field to increase score, without filtering : : Hello everybody! : : I used Weka-classification to classify document into different classes. : In Lucene I saved the predicted classes (besides the document +

Q: Searching - Use of field to increase score, without filtering

2006-11-17 Thread Stephan Spat
Hello everybody! I used Weka-classification to classify document into different classes. In Lucene I saved the predicted classes (besides the document + metadata) for these docs into a field called preclasses. Now I would like to use this field to boost the score, if a userquery agree to the