mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fixes from review comments.
This commit is contained in:
+1
-1
@@ -2124,7 +2124,7 @@ public class SolrInformationServer implements InformationServer
|
||||
newDoc.addField(FIELD_PROPERTIES, propertyQName.toString());
|
||||
newDoc.addField(FIELD_PROPERTIES, propertyQName.getPrefixString());
|
||||
|
||||
PropertyValue value = properties.get(propertyQName);
|
||||
PropertyValue value = property.getValue();
|
||||
if(value != null)
|
||||
{
|
||||
if (value instanceof StringPropertyValue)
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@ public class TrackerState
|
||||
|
||||
private volatile boolean check = false;
|
||||
// Handle Thread Safe operations
|
||||
private volatile AtomicInteger trackerCycles;
|
||||
private volatile AtomicInteger trackerCycles = new AtomicInteger(0);
|
||||
|
||||
private long timeToStopIndexing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user