Content-Length: 320485 | pFad | http://github.com/metafacture/metafacture-core/commit/ce9bce2bf7ccdfb95521d60347f0529dc6a77c34

5D Add missing documentation for `less_than()`/`greater_than()` Fix func… · metafacture/metafacture-core@ce9bce2 · GitHub
Skip to content

Commit ce9bce2

Browse files
committed
Add missing documentation for less_than()/greater_than() Fix functions. (#650)
1 parent 75a0869 commit ce9bce2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Regardless if you've built or downloaded, go on with:
4646

4747
The `examples` folder contains many more examples which provide a good starting point for learning Metafacture. If you have any questions please join our [mailing list](http://lists.dnb.de/mailman/listinfo/metafacture) or use our issue-based discussion forum over at [metafacture-documentation](https://github.com/metafacture/metafacture-documentation).
4848

49-
5049
## Using Metafacture as a Java library
5150

5251
If you want to use Metafacture in your own Java projects all you need is to add some dependencies to your project. As of Metafacture 5, the single metafacture-core package has been replaced with a number of domain-specific packages. You can find the list of packages on [Maven Central](https://search.maven.org/search?q=g:org.metafacture).
@@ -75,7 +74,6 @@ Occasionally, we publish snapshot builds on [Sonatype OSS Repository](https://os
7574
TODO: Link to getting started tutorial
7675
-->
7776

78-
7977
<a name="build_from_source"></a>
8078
# Building metafacture-core from source
8179

@@ -1294,6 +1292,12 @@ if exists("<sourceField>")
12941292
12951293
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+exists+{")
12961294
1295+
#### `greater_than`
1296+
1297+
Executes the functions if/unless the field value is greater than the given value.
1298+
1299+
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+greater_than+{")
1300+
12971301
#### `in`
12981302
12991303
Executes the functions if/unless the field value [is contained in](https://perldoc.perl.org/perlop#Smartmatch-Operator) the value of the other field.
@@ -1370,6 +1374,11 @@ Executes the functions if/unless the field value equals `true` or `1`.
13701374
13711375
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+is_true+{")
13721376
1377+
#### `less_than`
1378+
1379+
Executes the functions if/unless the field value is less than the given value.
1380+
1381+
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+less_than+{")
13731382
13741383
#### `match`
13751384

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/metafacture/metafacture-core/commit/ce9bce2bf7ccdfb95521d60347f0529dc6a77c34

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy