-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Are there any good alternatives for Lucene .NET to use in a ASP.NET website?
I want to index XML-, TXT-, PDF- and DOC-files.
Thanks!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to figure out where Lucene stores the cached query results, and how it's configured to do so - and how long it caches for.
This is for an ASP.NET 3.5 solution.
I'm getting this problem:
If I run a search and sort the result by a particular product field, it seems to work the very…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
in Lucene.Net,i am creating the document for searching a word and want to display before 10 words and after 10 words.i have used TermVector.
Lucene.Net.Documents.Field fldContent =
new Lucene.Net.Documents.Field("content", content,
Lucene.Net.Documents.Field.Store.YES,
Lucene…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a database with a column I wish to index that has comma-delimited names, e.g.,
User.FullNameList = "Helen Ready, Phil Collins, Brad Paisley"
I prefer to tokenize each name atomically (name as a whole searchable entity). What is the best approach for this?
Did I miss a simple option to…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
In this article we will take a look at how SQL Server performs with one million records in a table. We will create a quick data pumper program to fill up a table with a million dynamically created rows of data. From there we will take a look at querying the data without any special optimizations…
>>> More