Searched refs:property (Results 1 - 12 of 12) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/enhancements/association/
H A DAssociationEnhancement.java61 * property class is introduced:
63 * <li>if it is known as a property class extending AP (contained in the
65 * <li>if it is known as a property class NOT extending AP - returns false</li>
73 * property. And as there are few properties (currently 4 concrete
110 AssociationProperty property = getAssociationProperty(categoryAttribute);
112 if (property == null) {
116 int association = property.getAssociation();
125 AssociationProperty property = null;
133 property = (AssociationProperty) categoryAttribute
138 return property;
[all...]
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/
H A DCategoryAttributeImpl.java81 public void addProperty(CategoryProperty property) argument
86 CategoryProperty existing = properties.get(property.getClass());
88 properties.put(property.getClass(), property);
90 existing.merge(property);
H A DCategoryAttribute.java61 * Add a property. The property can be later retrieved using
62 * {@link #getProperty(Class)} with this property class .<br>
65 * @param property
66 * The property to add.
68 * When attempting to add a property of a class that was added
71 public void addProperty(CategoryProperty property) argument
75 * Get a property of a certain property class.
78 * The required property clas
[all...]
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/
H A DCategoryContainer.java66 * Add a category with a property.
70 * @param property
71 * The property to associate to the category.
75 CategoryProperty property) {
80 * calls will be for this version (single property).
83 ca.addProperty(property);
248 CategoryProperty property = (CategoryProperty) in.readObject();
249 addCategory(cp, property);
74 addCategory(CategoryPath categoryPath, CategoryProperty property) argument
/lucene-3.6.0/solr/core/src/java/org/apache/solr/schema/
H A DFieldProperties.java68 /** Returns the symbolic name for the property. */
69 static String getPropertyName(int property) { argument
70 return propertyNames[ Integer.numberOfTrailingZeros(property) ];
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Deffects.js960 this.transforms = this.options.style.parseStyle().map(function(property){
961 var originalValue = this.element.getStyle(property[0]);
963 style: property[0],
964 originalValue: property[1].unit=='color' ?
966 targetValue: property[1].unit=='color' ?
967 parseColor(property[1].value) : property[1].value,
968 unit: property[1].unit
1049 Element.CSS_PROPERTIES.each(function(property){
1050 if(style[property]) styleRule
[all...]
H A Dprototype.js31 for (var property in source) {
32 destination[property] = source[property];
51 for (var property in object)
52 keys.push(property);
58 for (var property in object)
59 values.push(object[property]);
464 pluck: function(property) {
467 results.push(value[property]);
1122 for (var property i
[all...]
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/engines/lib/
H A Dengines.rb264 Rails::Info.property("Loaded plugins") { Rails.plugins.map { |p| p.name }.join(", ") }
266 Rails::Info.property("#{plugin.name} version") { plugin.version.blank? ? "(unknown)" : plugin.version }
/lucene-3.6.0/lucene/test-framework/lib/
H A Dant-LICENSE-ASL.txt221 2. Any pre-existing intellectual property disclaimers, notices, or terms
265 I hereby abandon any property rights to SAX 2.0 (the Simple API for
H A Dant-junit-LICENSE-ASL.txt221 2. Any pre-existing intellectual property disclaimers, notices, or terms
265 I hereby abandon any property rights to SAX 2.0 (the Simple API for
/lucene-3.6.0/lucene/site/build/site/skin/
H A Dprototype.js31 for (property in source) {
32 destination[property] = source[property];
311 pluck: function(property) {
314 results.push(value[property]);
/lucene-3.6.0/lucene/site/src/documentation/skins/common/scripts/
H A Dprototype.js31 for (property in source) {
32 destination[property] = source[property];
311 pluck: function(property) {
314 results.push(value[property]);

Completed in 78 milliseconds