analyzer Questions
1
Solved
How to ignore apostrophes in elasticsearch?
Let's say that I'm looking for a string Paul's. I want to be able to match it when sending terms like: pauls or paul's.
This is how config for my index...
Pedaiah asked 15/3, 2018 at 11:13
1
Solved
I am trying to create a custom analyzer in Lucene.net 4.8 - however I am running into an error I can't fathom.
My analyzer code :
public class SynonymAnalyzer : Analyzer
{
protected override T...
Aili asked 10/11, 2017 at 17:1
2
Solved
I'm using default Roslyn SDK templates that came with Visual Studio 2017. The projects they create target .NET Framework Portable. I'm assuming Roslyn extensibility projects can target .NET Standar...
Hat asked 27/8, 2017 at 0:46
3
Solved
Recently I updated to Xcode 6 beta 6 with iOS 8 SDK. And while running static analyser I jumped into a problem with the following errors.
error: error reading 'pic'
error: no analyzer checkers are...
1
Solved
How can I get the subtypes of an element using the class DartType from the analyzer package?
for example if the type is List<String>, I would like to get String. Also will be useful to get i...
Braided asked 20/1, 2017 at 2:1
1
Solved
a little relating and continuing to this question:
Azure Search Analyzer
I want to use a keywordanalyzer for word collections.
We have documents (products) with different fields like product_name...
Cynar asked 29/11, 2016 at 2:59
2
Solved
I am using elasticsearch version 1.2.1.
I have a use case in which I would like to create a custom tokenizer that will break the tokens by their length up to a certain minimum length. For example, ...
Trackless asked 8/2, 2015 at 16:55
1
Solved
I have a hashtag with tags in camel Case like #teamIndia. Now when this hashtag is clicked, it should fetch all results which have "#teamIndia" in it, It should first show results with "#teamIndia"...
Two asked 6/9, 2016 at 9:22
1
Solved
Following on from this tutorial from MS, I have created an analyzer for Roslyn.
According to the page, you can mark the rule as DiagnosticSeverity.Error, and this will cause the build to break:
...
Transition asked 23/9, 2016 at 9:42
2
Solved
EDIT: To add on to this, the synonyms seem to be working with basic querystring queries.
"query_string" : {
"default_field" : "location.region.name.raw",
"query" : "nh"
}
This returns all of ...
Otti asked 30/3, 2015 at 19:11
2
Is there a best practice for normalizing British and American English in Elasticsearch?
Using a Synonym Token Filter requires an incredibly long configuration file. There are actually several thou...
Massproduce asked 17/6, 2014 at 7:12
3
Solved
Searching for names(text) with spaces in it, causing problem to me,
I have mapping similar to
"{"user":{"properties":{"name":{"type":"string"}}}}"
Ideally what it should return and rank result...
Mcclimans asked 23/5, 2013 at 8:17
2
Solved
All,
I have my application running on websphere app server 7.0.
I get some of these core dumps and trace files like
core.20110909.164930.3828.0001.dmp
and
Snap.20110909.164930.3828.0003.trc.
M...
Luce asked 9/9, 2011 at 11:54
2
Solved
I installed Microsoft.CodeAnalysis.CSharp.FxCopAnalyzers from nuget into a project.
The project it is installed into is an existing project, building against Framework 4.5.1.
Code Analysis is E...
Imitative asked 24/8, 2015 at 8:29
1
Solved
In elasticsearch, is there a way to set up an analyzer that would produce position gaps between tokens when line breaks or punctuation marks are encountered?
Let's say I index an object with the f...
Eloign asked 16/9, 2015 at 12:32
2
Solved
Using ES 1.2.1
My aggregation
{
"size": 0,
"aggs": {
"cities": {
"terms": {
"field": "city","size": 300000
}
}
}
}
The issue is that some city names have spaces in them and aggregate s...
Rhyton asked 12/6, 2014 at 16:25
1
Solved
Since we have a lot of generated code, some roslyn analyzers go crazy about this code. Is there any way to exclude some files from analyzers?
3
Solved
I'm having trouble understanding the concept of analyzers in elasticsearch with tire gem. I'm actually a newbie to these search concepts. Can someone here help me with some reference article or exp...
Thacher asked 11/10, 2012 at 9:41
1
Solved
We have an OData-compliant API that delegates some of its full text search needs to an Elasticsearch cluster.
Since OData expressions can get quite complex, we decided to simply translate them into...
Mangan asked 5/6, 2015 at 12:17
1
Solved
I could not find a perfect solution either in Google or ES for the following situation, hope someone could help here.
Suppose there are five email addresses stored under field "email":
1. {"email...
Streeter asked 8/5, 2015 at 4:38
1
Solved
I'm building a set of code diagnostics using Roslyn (in VS2015 Preview). Ideally, I'd like any errors they produce to act as persistent errors, just as if I were violating a normal language rule.
...
Phlogistic asked 8/12, 2014 at 19:58
2
Solved
I was looking at
http://euphonious-intuition.com/2012/08/more-complicated-mapping-in-elasticsearch/
which explains ElasticSearch analyzers.
I did not understand the part about having different sea...
Cranial asked 10/4, 2013 at 10:37
2
Solved
I want to build my own analyzer that uses both filters/tokenizers.
I mean, the same field is Keyword (entire stream as a single token) and lowercase
If KeywordAnalyzer use only, the value of fiel...
Why asked 2/8, 2012 at 17:33
3
Solved
Do you know some good thread dump analyzer tool? Perfect would be :
free
can read a few thread dumps and compare them
point out which threads took the longest, what are the classes that the...
Fescue asked 14/11, 2012 at 8:15
1
Solved
I need to find out which analyzer (type, language..) is configured in a specific index.
I tried http://localhost:9200/wazzup/_mapping but it only gives information about field names/types.
Thanks
...
Woald asked 25/3, 2014 at 14:31
© 2022 - 2024 — McMap. All rights reserved.