Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
34 views

I have a relative simple object model (productSet => variants). These variants for example have a color and size. Colors: white, black and blue and Sizes XS, S, M, L, XL and XXL so basically 18 ...
André's user avatar
  • 900
0 votes
1 answer
32 views

I try to do the following, in essence to store bytes and find it back: var luceneVersion = LuceneVersion.LUCENE_48; var indexDir = FSDirectory.Open(Path.Join(databasepath, "Lucene")...
Mightywill's user avatar
1 vote
0 answers
413 views

I am running Umbraco 13.3.2 in Azure with the following configurations based on https://docs.umbraco.com/umbraco-cms/v/13.latest-lts/fundamentals/setup/server-setup/load-balancing/azure-web-apps Admin ...
Ben D's user avatar
  • 861
0 votes
1 answer
150 views

I'm struggling with some of the basic concepts, so would be grateful for an explanation of which type of fields to use in what situation (e.g. String or Text), and any relevant parameters (e.g. Field....
Andrew Stephens's user avatar
1 vote
1 answer
77 views

I am trying to update an Umbraco site using Lucene for a site search function. I am trying to display a list of search results and include the last time the search result was updated. I found the ...
CDrnly's user avatar
  • 461
0 votes
1 answer
109 views

I wrote a custom Analyzer for Lucene.Net 4.8. What I've found is that explicitly set queries fail, but parsed queries succeed, because -- it seems -- parsed queries are also subject to the same ...
Deane's user avatar
  • 8,825
0 votes
1 answer
123 views

I have a search API that created by Lucene .Net. I deployed it on an Azure App Service and set 2 instance with load blancing. The Lucene index has been put on Blob Storage and will be update by API's ...
ONLAEG's user avatar
  • 199
-1 votes
2 answers
89 views

I have a structured JSON data in the following form: field1:{ "id" : "123", "field2" : [ { "id" : "345", "type" : "...
Tahil Bansal's user avatar
0 votes
1 answer
190 views

I'm doing index search to return the lastnames of passengers from my Lucene Index files in my machine. I'm upgrading my Lucene.Net from 3.0 to 4.8. I followed the migration documentations and ...
user1019042's user avatar
  • 2,256
0 votes
1 answer
207 views

I am using Lucene.Net for full-text search on the site, in general it turned out to achieve good results, but there is one problem that I can not solve in any way For example, in the database there is ...
Sergey's user avatar
  • 9
0 votes
1 answer
212 views

I post part of the stack trace. This exception doesn't happen regularly and is hard to replicate. But it usually occurs after getting back from its IIS process idle.(Run it first, do nothing for a ...
Ryan Xu's user avatar
  • 19
0 votes
1 answer
220 views

We're using Lucene.NET library (4.8.0-beta000015) for our search engine. Our server was shut down unexpectedly and ever since then we're getting this error: Format version is not supported (resource: ...
NB94's user avatar
  • 3
0 votes
2 answers
289 views

I am hosting a serverless docker app in AWS Lambda this is a .net 8 (however 6 and 7 and even beanstalk behaved the same). The app is .net lucene (4.8 which is in beta) search (index is quite small ...
metase's user avatar
  • 1,299
-1 votes
1 answer
92 views

I have an issue with Lucene.net (rel 4.8.0-beta00016). I'm not quite clear on the difference between creating an index and opening it later to add documents. I've created a C# application - using ...
Dario's user avatar
  • 1
0 votes
1 answer
190 views

Is there a way to have a LowerCaseFilter before the MappingCharFilter? I realize I could just lowercase the search input before passing into Lucene but this Analyzer is only for a specific field so it'...
azulBonnet's user avatar

15 30 50 per page
1
2 3 4 5
123