Top "Analyzer" questions

For questions related to a person or device that analyses (or analyzes) given data

How to not-analyze in ElasticSearch?

I've got a field in an ElasticSearch field which I do not want to have analyzed, i. e. it should …

elasticsearch token analyzer verbatim
Turn Image into Text - Java

This is an interesting topic. Basically, I have an image that contains some text. How do I extract the text …

java image text analyzer
Making a lexical Analyzer

I'm working with a Lexical Analyzer program right now and I'm using Java. I've been researching for answers on this …

java analyzer lexical
Is there a log file analyzer for log4j files?

I am looking for some kind of analyzer tool for log files generated by log4j files. I am looking …

log4j analyzer
Comparison of Lucene Analyzers

Can someone please explain the difference between the different analyzers within Lucene? I am getting a maxClauseCount exception and I …

lucene analyzer
How to use a Lucene Analyzer to tokenize a String?

Is there a simple way I could use any subclass of Lucene's Analyzer to parse/tokenize a String? Something like: …

java lucene tokenize analyzer
How to analyse Websphere core*.dmp file and Snap*.trc files?

All, I have my application running on websphere app server 7.0. I get some of these core dumps and trace files …

java websphere-7 coredump analyzer heap-dump
MySql query analyzer - free solutions

Is there a good Query Analyzer for MySQL (that's either free, or has a trial), that can analyse a query …

mysql analyzer
How do I know if the statistics of a Postgres table are up to date?

In pgAdmin, whenever a table's statistics are out-of-date, it prompts: Running VACUUM recommended The estimated rowcount on the table schema.…

postgresql statistics analyzer vacuum
How do I disable all Roslyn Code Analyzers?

I'm trying to work with a large opensource project that has a handful of Roslyn Code Analyzers. When I open …

c# visual-studio visual-studio-2015 roslyn analyzer