Display indexed content fields in administration #17
Annotations
10 warnings
build:
src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L67
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L110
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L164
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Kentico.Xperience.Lucene/Admin/UIPages/IndexedContent.cs#L116
Remove this commented out code.
|
build:
src/Kentico.Xperience.Lucene/Admin/UIPages/IndexedContent.cs#L153
Remove this commented out code.
|
build:
src/Kentico.Xperience.Lucene/Admin/UIPages/IndexedContent.cs#L237
Remove this commented out code.
|
build:
src/Kentico.Xperience.Lucene/Admin/UIPages/IndexListing.cs#L212
Remove this commented out code.
|
build:
src/Kentico.Xperience.Lucene/IndexStore.cs#L39
Remove this commented out code.
|
build:
src/Kentico.Xperience.Lucene/IndexStore.cs#L99
Remove this commented out code.
|
build:
src/Kentico.Xperience.Lucene/LuceneSearchModule.cs#L43
Remove this commented out code.
|